Skip to content

Commit

Permalink
Remove Azul JDK Enforcement
Browse files Browse the repository at this point in the history
This is not needed anymore.
  • Loading branch information
alvasw committed Oct 31, 2023
1 parent ec5bf35 commit 7ae04bf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ repositories {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
vendor = JvmVendorSpec.AZUL
implementation = JvmImplementation.VENDOR_SPECIFIC
}
}

Expand Down

0 comments on commit 7ae04bf

Please sign in to comment.