Skip to content

Commit

Permalink
auto allow preview profile on jdks 11 through 14
Browse files Browse the repository at this point in the history
  • Loading branch information
homberghp committed Mar 20, 2020
1 parent b84bfd9 commit dcd7ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,9 @@
</profile>
<profile>
<id>preview</id>
<activation>
<jdk>[11,14]</jdk>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit dcd7ce6

Please sign in to comment.