Skip to content

Commit

Permalink
Require JDK 17
Browse files Browse the repository at this point in the history
Some of the maven plugins (like error_prone) have moved to JDK 17.
  • Loading branch information
wendigo committed Sep 13, 2024
1 parent 0135782 commit 51a26ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<air.maven.version>3.9.8</air.maven.version>

<!-- minimum Java version to build -->
<air.java.version>11</air.java.version>
<air.java.version>17</air.java.version>

<!-- In Multimodule builds, override this to point at the parent directory for e.g. the license resources. -->
<!-- See http://stackoverflow.com/questions/1012402/maven2-property-that-indicates-the-parent-directory -->
Expand Down

0 comments on commit 51a26ee

Please sign in to comment.