Marcel Overdijk
12/14/2017, 6:29 PMtasks {
"bootRun"(BootRun::class) {
systemProperties = System.properties
}
}
tasks {
withType<KotlinCompile> {
kotlinOptions {
jvmTarget = javaVersion
}
}
}
or is the second tasks block overwriting the first one?