build.gradle.kts

changeset 297
24155683fc89
parent 295
1c31921664c4
child 299
238de141d189
equal deleted inserted replaced
296:355c86eaeca5 297:24155683fc89
15 kotlinOptions.jvmTarget = "11" 15 kotlinOptions.jvmTarget = "11"
16 } 16 }
17 17
18 tasks.withType<JavaCompile>().configureEach { 18 tasks.withType<JavaCompile>().configureEach {
19 targetCompatibility = "11" 19 targetCompatibility = "11"
20 }
21
22 tasks.test {
23 useJUnitPlatform()
20 } 24 }
21 25
22 tasks.jar { 26 tasks.jar {
23 enabled = false 27 enabled = false
24 } 28 }

mercurial