init github action

This commit is contained in:
2021-03-20 14:42:38 +01:00
parent 4b28f64c43
commit 93ce3831f4
2 changed files with 25 additions and 2 deletions

View File

@@ -30,11 +30,11 @@ tasks.withType<KotlinCompile> {
val compileKotlin: KotlinCompile by tasks
compileKotlin.kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}
val compileTestKotlin: KotlinCompile by tasks
compileTestKotlin.kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "11"
}
tasks.test {