Make the update scheduling more readable (hopefully)
This commit is contained in:
@ -33,6 +33,7 @@ test {
|
||||
def jvmTargetVersion = "11"
|
||||
compileKotlin {
|
||||
kotlinOptions.jvmTarget = jvmTargetVersion
|
||||
kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
|
||||
}
|
||||
compileJava {
|
||||
targetCompatibility = jvmTargetVersion
|
||||
|
Reference in New Issue
Block a user