We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2987271 commit f36fde7Copy full SHA for f36fde7
build.gradle
@@ -40,7 +40,7 @@ configurations {
40
dependencies {
41
compile gradleApi()
42
compile localGroovy()
43
- scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1','org.scoverage:scalac-scoverage-plugin_2.11:1.0.1'
+ scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1'
44
}
45
46
task groovydocJar(type: Jar, dependsOn: groovydoc) {
0 commit comments