Skip to content

Commit

Permalink
Fix compilation on non-Adoptium Java 8 environments
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsf committed Nov 5, 2023
1 parent cc938d0 commit 3a4fb65
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ tasks {
}
}

// Set the Java version and vendor
java {
toolchain {
vendor.set(JvmVendorSpec.ADOPTIUM)
languageVersion.set(JavaLanguageVersion.of(8))
}
}

// Maven publishing
publishing {
publications.create<MavenPublication>("maven") {
Expand Down

0 comments on commit 3a4fb65

Please sign in to comment.