Skip to content

Commit

Permalink
Merge pull request #1924 from arjantijms/jdk_17
Browse files Browse the repository at this point in the history
Lower constraint to JDK 17, for the special JDK 17 GF build
  • Loading branch information
arjantijms authored May 16, 2024
2 parents 272dbf0 + 17da3d9 commit d70980b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ mvn clean install -pl :old-tck-run -Dglassfish.suspend
<sigtest.api.version>${mojarra.version}</sigtest.api.version>

<!-- Verhicle used for testing the Mojarra version -->
<glassfish.version>8.0.0-M5</glassfish.version>
<glassfish.version>8.0.0-M6</glassfish.version>
<glassfish.root>${maven.multiModuleProjectDirectory}/target</glassfish.root>
<glassfish.home>${glassfish.root}/glassfish8</glassfish.home>
</properties>
Expand All @@ -527,7 +527,7 @@ mvn clean install -pl :old-tck-run -Dglassfish.suspend
<configuration>
<rules>
<requireJavaVersion>
<version>21</version>
<version>17</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit d70980b

Please sign in to comment.