Skip to content

Commit 5fae2b8

Browse files
authored
Merge pull request #21 from mawinter69/java17
build with jdk 17
2 parents a492d0d + c4376b4 commit 5fae2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildPlugin(
22
useContainerAgent: true,
33
configurations: [
4-
[platform: 'linux', jdk: 11]
4+
[platform: 'linux', jdk: 17]
55
])

0 commit comments

Comments
 (0)