Make the update scheduling more readable (hopefully)

This commit is contained in:
2021-10-13 16:09:13 +02:00
parent 460d1ee131
commit f9cc9b5e14
2 changed files with 19 additions and 7 deletions

View File

@ -33,6 +33,7 @@ test {
def jvmTargetVersion = "11"
compileKotlin {
kotlinOptions.jvmTarget = jvmTargetVersion
kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
}
compileJava {
targetCompatibility = jvmTargetVersion