Skip to content

Commit

Permalink
chore: activate by range the profile setting maven.compiler.release (#…
Browse files Browse the repository at this point in the history
…10497)

Fixes: #8661
  • Loading branch information
manolo authored and vaadin-bot committed Mar 30, 2021
1 parent f36ac4f commit 395d333
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 @@ -629,7 +629,7 @@
<profile>
<id>java11</id>
<activation>
<jdk>11</jdk>
<jdk>[9,)</jdk>
</activation>
<properties>
<maven.compiler.release>8</maven.compiler.release>
Expand Down

0 comments on commit 395d333

Please sign in to comment.