Skip to content

Commit

Permalink
updated pom.xml to use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
papa committed Sep 25, 2024
1 parent b95ef88 commit 25908d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<properties>
<jenkins.version>2.462.2</jenkins.version>
<java.level>11</java.level>
<java.level>17</java.level>
<concurrency>1C</concurrency>
<surefire.useFile>false</surefire.useFile>
<spotbugs.failOnError>false</spotbugs.failOnError>
Expand Down

0 comments on commit 25908d1

Please sign in to comment.