Skip to content

Commit

Permalink
fixed build for java11
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Dec 19, 2023
1 parent 0fc1210 commit 7aa598c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions modules/animation/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile


plugins {
kotlin("jvm")
`maven-publish`
Expand Down Expand Up @@ -178,7 +175,6 @@ signing {
sign(publishing.publications["maven"])
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
kotlin {
jvmToolchain(11)
}

8 changes: 2 additions & 6 deletions modules/logistics/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile


plugins {
kotlin("jvm")
`maven-publish`
Expand Down Expand Up @@ -122,7 +119,6 @@ signing {
sign(publishing.publications["maven"])
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "11"
kotlin {
jvmToolchain(11)
}

0 comments on commit 7aa598c

Please sign in to comment.