Skip to content

Commit

Permalink
Adds JDK11 to run test with --release 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolAntali committed Feb 24, 2023
1 parent 13ab165 commit a7cca38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,15 @@
<excludeTestCompilation />
</properties>
</profile>
<profile>
<id>JDK11</id>
<activation>
<jdk>(,17)</jdk>
</activation>
<properties>
<maven.compiler.testRelease>11</maven.compiler.testRelease>
<excludeTestCompilation />
</properties>
</profile>
</profiles>
</project>

0 comments on commit a7cca38

Please sign in to comment.