Skip to content

Commit

Permalink
fix(ci): fix build for java 17 (use version ranges)
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Nov 17, 2021
1 parent 64a8ffa commit ace1c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-generation/language-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<id>java17</id>
<!-- NOTE: activate manually if you have a 17 version installed as this is getting picked up by the invoker plugin -->
<activation>
<jdk>17</jdk>
<jdk>[17,)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit ace1c30

Please sign in to comment.