Skip to content

Commit

Permalink
Merge pull request #18209 from keithc-ca/jdkcompliance
Browse files Browse the repository at this point in the history
Update jdkcompliance for JAVA21 and JAVA22
  • Loading branch information
pshipton authored Sep 28, 2023
2 parents 32a6198 + 11e4a7d commit ca75b91
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 ca75b91

Please sign in to comment.