Skip to content

Commit

Permalink
build: remove unused Kotlin jvmTarget
Browse files Browse the repository at this point in the history
Removed it as it was causing a deprecation warning after the upgrade to
Gradle 8.12. Issue #87 should address this properly.
  • Loading branch information
Noorts committed Jan 20, 2025
1 parent 7ea0145 commit 5c556f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ tasks {
sourceCompatibility = it
targetCompatibility = it
}
withType<KotlinCompile> {
kotlinOptions.jvmTarget = it
}
}

wrapper {
Expand Down

0 comments on commit 5c556f3

Please sign in to comment.