Upgrade to Checkstyle 9.0, Groovy 3.0.9, Hibernate ORM 5.5.7
Includes downgrade of Kotlin language level to 1.8 (for KotlinScriptTemplateTests)
This commit is contained in:
@@ -121,12 +121,12 @@ pluginManager.withPlugin("kotlin") {
|
||||
// Fallback to JDK11
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = '11'
|
||||
jvmTarget = '1.8'
|
||||
}
|
||||
}
|
||||
compileTestKotlin {
|
||||
kotlinOptions {
|
||||
jvmTarget = '11'
|
||||
jvmTarget = '1.8'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user