Skip to content

Commit

Permalink
Merge pull request #990 from hazendaz/next-up
Browse files Browse the repository at this point in the history
[it] Make sure release set to java 11
  • Loading branch information
hazendaz authored Feb 9, 2025
2 parents 8eef976 + 53fffe1 commit 79e4bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<debug>false</debug>
<release>8</release>
<release>11</release>
<excludes>
<exclude>*fakeAnnotations/**</exclude>
<exclude>jsr305/**</exclude>
Expand Down

0 comments on commit 79e4bf2

Please sign in to comment.