Skip to content

Commit 1c2dfb5

Browse files
authored
Merge pull request #56 from cesan3/add-java-17-building
fix: add java-17 building support
2 parents a760c91 + 90bf9cf commit 1c2dfb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
55
buildPlugin(useContainerAgent: true, configurations: [
6-
[platform: 'linux', jdk: '11']
6+
[platform: 'linux', jdk: '11'],
7+
[platform: 'linux', jdk: '17']
78
])

0 commit comments

Comments
 (0)