Skip to content

Commit

Permalink
build.gradle: remove sourceCompatibility/targetCompatibility
Browse files Browse the repository at this point in the history
We will never be compiling with JDK 8 (although we may
end up _targeting_ Java 8)
  • Loading branch information
msgilligan committed Sep 3, 2024
1 parent 96a165f commit 560e81e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ subprojects {
}

java {
sourceCompatibility = JavaVersion.toVersion("22")
targetCompatibility = JavaVersion.toVersion("22")
toolchain {
// `languageVersion` is used to configure the "Java Toolchain" used for the build. This includes `javac`,
// `jlink`, and the `jpackage` tool.
Expand Down

0 comments on commit 560e81e

Please sign in to comment.