Skip to content

Commit

Permalink
Update to use java21
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlibby committed Aug 8, 2024
1 parent d9b9a62 commit 18c8528
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
-Djava.util.logging.config.file=config/logging.properties
-XX:+UseCodeCacheFlushing
-XX:TieredStopAtLevel=1
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<findsecbugs-plugin.version>1.13.0</findsecbugs-plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<java.charset>UTF-8</java.charset>
<jdk.version>11</jdk.version>
<jdk.version>21</jdk.version>
<junit.version>5.10.3</junit.version>
<lombok.version>1.18.34</lombok.version>
<main.class>demo.Application</main.class>
Expand Down

0 comments on commit 18c8528

Please sign in to comment.