Skip to content

Commit

Permalink
Update jdkcompliance for JAVA21 and JAVA22
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <[email protected]>
  • Loading branch information
keithc-ca committed Sep 27, 2023
1 parent 32a6198 commit 11e4a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcl/jpp_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
label="JAVA21"
outputpath="JAVA21/src"
dependencies="JAVA17"
jdkcompliance="19">
jdkcompliance="21">
<classpathentry kind="src" path="src/java.base/share/classes"/>
<classpathentry kind="src" path="src/java.management/share/classes"/>
<classpathentry kind="src" path="src/jdk.attach/share/classes"/>
Expand Down Expand Up @@ -189,7 +189,7 @@
label="JAVA22"
outputpath="JAVA22/src"
dependencies="JAVA21"
jdkcompliance="19">
jdkcompliance="21">
<classpathentry kind="src" path="src/java.base/share/classes"/>
<classpathentry kind="src" path="src/java.management/share/classes"/>
<classpathentry kind="src" path="src/jdk.attach/share/classes"/>
Expand Down

0 comments on commit 11e4a7d

Please sign in to comment.