Skip to content

Commit

Permalink
set jdk17 as compiler source/target
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Apr 16, 2024
1 parent 8abee4f commit 6a1b235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tck/pom.xml
Expand Up @@ -43,6 +43,8 @@
<jms-api.version>3.1.0</jms-api.version>
<jsp-api.version>4.0.0-M2</jsp-api.version>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<repositories>
Expand Down

0 comments on commit 6a1b235

Please sign in to comment.