Skip to content

Commit

Permalink
Fixing profile jdk range start
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Jul 22, 2021
1 parent 43954e7 commit 5485f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@
<profile>
<id>jdk17</id>
<activation>
<jdk>[1.7,)</jdk>
<jdk>[17,)</jdk>
</activation>
<properties>
<!-- disable plugins known not to work with JDK 17 (yet) -->
Expand Down

0 comments on commit 5485f83

Please sign in to comment.