Skip to content

Commit

Permalink
Java 11 bytecode (#681)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c1ef9b)
  • Loading branch information
basil committed Jul 8, 2024
1 parent 9af945a commit bf8ec18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/plugin-compat-tester</gitHubRepo>
<jenkins.version>2.463</jenkins.version>
<jenkins.version>2.462</jenkins.version>
<!-- TODO until a critical mass has migrated to Java 17 -->
<maven.compiler.release>11</maven.compiler.release>
<picocli.version>4.7.6</picocli.version>
<slf4j.version>2.0.13</slf4j.version>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down

0 comments on commit bf8ec18

Please sign in to comment.