Skip to content

Commit

Permalink
use java 9 as target instead of 17 for project java9
Browse files Browse the repository at this point in the history
  • Loading branch information
Semisol committed Aug 6, 2023
1 parent 3462838 commit 433aa00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java9/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ java {
// Azul covers the most platforms for Java 8 toolchains, crucially including MacOS arm64
vendor.set(JvmVendorSpec.AZUL)
}
targetCompatibility = JavaVersion.VERSION_1_9
sourceCompatibility = JavaVersion.VERSION_1_9
}

dependencies {
Expand Down

0 comments on commit 433aa00

Please sign in to comment.