We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb4cac commit caedf87Copy full SHA for caedf87
build.gradle
@@ -59,10 +59,15 @@ compileTestGroovy {
59
classpath += files(compileKotlin.destinationDir)
60
}
61
62
+compileKotlin {
63
+ kotlinOptions.jvmTarget = "1.8"
64
+}
65
+
66
dependencies {
67
implementation 'org.codehaus.groovy:groovy:2.5.10'
68
implementation 'org.codehaus.groovy:groovy-nio:2.5.10'
- implementation 'org.jetbrains.kotlin:kotlin-stdlib'
69
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
70
71
implementation ('io.swagger.parser.v3:swagger-parser:2.0.19') {
72
exclude group: 'io.swagger.parser.v3', module: 'swagger-parser-v2-converter'
73
exclude group: 'io.swagger.core.v3', module: 'swagger-annotations'
0 commit comments