Skip to content

Commit c6f9a2f

Browse files
authored
Merge pull request #131 from jonesbusy/feature/update-jenkinsfile-build-jdk-21
Remove Jenkins core version when building JDK 21
2 parents f583fc5 + 3b0c269 commit c6f9a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ buildPlugin(
77
configurations: [
88
[platform: 'linux', jdk: 11],
99
[platform: 'linux', jdk: 17],
10-
[platform: 'linux', jdk: '21', jenkins: '2.414'],
10+
[platform: 'linux', jdk: 21],
1111
])

0 commit comments

Comments
 (0)