Skip to content

Commit

Permalink
Support building with JDK 21.
Browse files Browse the repository at this point in the history
I think the main reason we weren't doing this before is that the ProGuard plugin
didn't support it. Apparently it does now.
  • Loading branch information
eamonnmcmanus committed May 29, 2024
1 parent 6ebbc9d commit a4f3c46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@
<!-- Enforce that correct JDK version is used to avoid cryptic build errors -->
<requireJavaVersion>
<!-- Other plugins of this build require at least JDK 11 -->
<!-- Fail fast when building with JDK > 17 because it causes build failures,
see https://github.com/google/gson/issues/2501 -->
<version>[11,18)</version>
<version>[11,21]</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit a4f3c46

Please sign in to comment.