Skip to content

Commit 6d6e3da

Browse files
author
Ronald Holshausen
committedJan 26, 2020
chore: cleanup Maven plugin deps after converting Groovy code to Kotlin #994
1 parent decdf18 commit 6d6e3da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎provider/pact-jvm-provider-maven/build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies {
66
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
77
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
88
compile "org.fusesource.jansi:jansi:${project.jansiVersion}"
9-
compile "org.codehaus.groovy:groovy:${project.groovyVersion}"
109

1110
testCompile "org.codehaus.groovy:groovy-nio:${project.groovyVersion}:indy"
1211
testRuntime "org.junit.vintage:junit-vintage-engine:${project.junit5Version}"
@@ -59,10 +58,3 @@ task pluginDescriptor(type: Exec, dependsOn: generatePom) {
5958

6059
pluginDescriptor.shouldRunAfter project.jar
6160
project.jar.dependsOn pluginDescriptor
62-
63-
compileGroovy.dependsOn = []
64-
65-
compileKotlin {
66-
classpath = classpath.plus(files(compileGroovy.destinationDir))
67-
dependsOn compileGroovy
68-
}

0 commit comments

Comments
 (0)
Please sign in to comment.