We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4368eb4 commit 40c7adcCopy full SHA for 40c7adc
1 file changed
modules/openapi-generator-gradle-plugin/build.gradle
@@ -63,7 +63,7 @@ tasks.named("test", Test).configure {
63
64
tasks.withType(KotlinCompile).configureEach {
65
kotlinOptions {
66
- jvmTarget = "1.8"
+ jvmTarget = "11"
67
}
68
69
0 commit comments