Port to 1.21
This commit is contained in:
@@ -49,12 +49,12 @@ processResources {
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
it.options.release = 17
|
||||
it.options.release = 21
|
||||
}
|
||||
|
||||
tasks.withType(KotlinCompile).configureEach {
|
||||
kotlinOptions {
|
||||
jvmTarget = 17
|
||||
jvmTarget = 21
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user