Skip to content

Commit

Permalink
Run java11 build, if JDK version is at least 11 (#1418)
Browse files Browse the repository at this point in the history
before it was running version version was exactly 11, not building java11 module for java 14.
  • Loading branch information
velo committed May 16, 2021
1 parent 29f4b7a commit e230312
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 @@ -843,7 +843,7 @@
<profile>
<id>active-on-jdk-11</id>
<activation>
<jdk>11</jdk>
<jdk>[11,)</jdk>
</activation>
<modules>
<module>java11</module>
Expand Down

0 comments on commit e230312

Please sign in to comment.