Skip to content

Commit a11f02c

Browse files
committed
groovy 3.0.0 does break processor at runtime
1 parent ca0c9a2 commit a11f02c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ testSets {
4545
check.dependsOn testInt
4646

4747
dependencies {
48-
implementation ('org.codehaus.groovy:groovy:3.0.0')
48+
implementation 'org.codehaus.groovy:groovy:2.5.4'
4949
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
5050
implementation 'io.swagger.parser.v3:swagger-parser:2.0.17'
5151
implementation 'com.google.googlejavaformat:google-java-format:1.7'
5252
compileOnly "com.github.hauner.openapi:openapi-processor-api:$processorApiVersion"
5353

54-
testImplementation ('org.spockframework:spock-core:2.0-M2-groovy-3.0') {
54+
testImplementation ('org.spockframework:spock-core:2.0-M2-groovy-2.5') {
5555
exclude group: 'org.codehaus.groovy'
5656
}
57-
testImplementation ('org.spockframework:spock-junit4:2.0-M2-groovy-3.0') {
57+
testImplementation ('org.spockframework:spock-junit4:2.0-M2-groovy-2.5') {
5858
exclude group: 'org.codehaus.groovy'
5959
}
6060
testImplementation 'net.bytebuddy:byte-buddy:1.10.7'

0 commit comments

Comments
 (0)