Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
LukynkaCZE committed Apr 4, 2024
1 parent 0e6c77a commit 921303c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@ tasks.test {
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
kotlinOptions.jvmTarget = "17"
}

application {
mainClass.set("MainKt")
}


publishing {
repositories {
maven {
Expand Down

0 comments on commit 921303c

Please sign in to comment.