Apply formatting suggestion for build config

This commit is contained in:
Jonas Tobias Hopusch 2021-09-19 20:10:36 +02:00
parent 9aba3f156a
commit 5919c26c10
Failed to generate hash of commit

View file

@ -47,7 +47,7 @@ tasks.test {
useJUnitPlatform()
}
tasks.withType<KotlinCompile>() {
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "16"
}