Skip to content

Commit

Permalink
Merge pull request #550 from basil/java-level
Browse files Browse the repository at this point in the history
Remove deprecated `java.level` property
  • Loading branch information
uhafner authored Sep 23, 2022
2 parents fc54983 + 7cddb17 commit 1a8985e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<properties>
<jenkins.baseline>2.319</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<java.level>8</java.level>
<spotbugs.failOnError>false</spotbugs.failOnError>
<codingstyle.config.version>2.25.0</codingstyle.config.version>

Expand Down Expand Up @@ -209,10 +208,6 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.level}</source>
<target>${java.level}</target>
<testSource>${java.level}</testSource>
<testTarget>${java.level}</testTarget>
<compilerArgs>
<arg>-Xlint:all</arg>
</compilerArgs>
Expand Down

0 comments on commit 1a8985e

Please sign in to comment.