Skip to content

Commit 3b0c269

Browse files
committed
Remove Jenkins core version when building JDK 21
1 parent f583fc5 commit 3b0c269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)