mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
[gradle plug-in] update jvm target (#18639)
* update jvm target * fix jvmTarget
This commit is contained in:
parent
4368eb45e8
commit
40c7adccd8
@ -63,7 +63,7 @@ tasks.named("test", Test).configure {
|
|||||||
|
|
||||||
tasks.withType(KotlinCompile).configureEach {
|
tasks.withType(KotlinCompile).configureEach {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user