Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jenkinsci/plugin-pom into…
Browse files Browse the repository at this point in the history
… java11
  • Loading branch information
basil committed Feb 17, 2022
2 parents 1d974e4 + 3104328 commit 3325bb8
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Expand Up @@ -675,6 +675,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>${java.level}</release>
<testRelease>${java.level}</testRelease>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -906,22 +907,6 @@
<java.level>11</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 3325bb8

Please sign in to comment.