Skip to content

Commit f36fde7

Browse files
committed
runtime dependency not required for compiling the plugin
1 parent 2987271 commit f36fde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configurations {
4040
dependencies {
4141
compile gradleApi()
4242
compile localGroovy()
43-
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1','org.scoverage:scalac-scoverage-plugin_2.11:1.0.1'
43+
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1'
4444
}
4545

4646
task groovydocJar(type: Jar, dependsOn: groovydoc) {

0 commit comments

Comments
 (0)