File tree 1 file changed +0
-8
lines changed
provider/pact-jvm-provider-maven
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ dependencies {
6
6
compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion "
7
7
compile " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
8
8
compile " org.fusesource.jansi:jansi:${ project.jansiVersion} "
9
- compile " org.codehaus.groovy:groovy:${ project.groovyVersion} "
10
9
11
10
testCompile " org.codehaus.groovy:groovy-nio:${ project.groovyVersion} :indy"
12
11
testRuntime " org.junit.vintage:junit-vintage-engine:${ project.junit5Version} "
@@ -59,10 +58,3 @@ task pluginDescriptor(type: Exec, dependsOn: generatePom) {
59
58
60
59
pluginDescriptor. shouldRunAfter project. jar
61
60
project. jar. dependsOn pluginDescriptor
62
-
63
- compileGroovy. dependsOn = []
64
-
65
- compileKotlin {
66
- classpath = classpath. plus(files(compileGroovy. destinationDir))
67
- dependsOn compileGroovy
68
- }
You can’t perform that action at this time.
0 commit comments