Skip to content

Commit

Permalink
Merge pull request #449 from Vlatombe/compiler-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Oct 12, 2021
2 parents 17ee01b + fdc5831 commit 25d0e46
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,22 @@
<java.level>8</java.level>
</properties>
</profile>
<profile>
<id>jdk-above-9</id>
<activation>
<jdk>[1.9,)</jdk>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${java.level}</release>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>jenkins-release</id>
<properties>
Expand Down

0 comments on commit 25d0e46

Please sign in to comment.