Skip to content

Commit 2f3f157

Browse files
authored
Merge pull request #147 from MarkEWaite/restore-java-17-support
Restore Java 17 support
2 parents cff976c + 64476dc commit 2f3f157

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
*/
66
buildPlugin(useContainerAgent: true, configurations: [
77
[ platform: 'linux', jdk: 25 ],
8-
[ platform: 'windows', jdk: 21 ]
8+
[ platform: 'windows', jdk: 21 ],
9+
[ platform: 'linux', jdk: 17 ]
910
])

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci</groupId>
66
<artifactId>jenkins</artifactId>
7-
<version>2.1326.v00b_e26755312</version>
7+
<version>1.142</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)