Skip to content

Commit

Permalink
Fix build on JRE 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Aug 10, 2023
1 parent 9a76976 commit 0ed5aee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snapshot-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ repositories {
apply from: rootProject.file('gradle/spotless.gradle')
kotlin {
jvm {
compilations.all {
kotlinOptions.jvmTarget = '17'
}
withJava()
testRuns["test"].executionTask.configure {
useJUnitPlatform()
}
Expand Down

0 comments on commit 0ed5aee

Please sign in to comment.