Skip to content

Commit

Permalink
Require Java 17 or newer (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 4, 2024
1 parent 77087fa commit ddca524
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -5,6 +5,5 @@
*/
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 17]
])
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -36,8 +36,6 @@
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<spotless.check.skip>false</spotless.check.skip>
<!-- TODO until a critical mass of plugins has migrated to Java 17 -->
<maven.compiler.release>11</maven.compiler.release>
</properties>

<dependencies>

0 comments on commit ddca524

Please sign in to comment.