Skip to content

Commit 164ef0a

Browse files
committed
Use the same plugin build for Java 21 and 25
1 parent e6ca8cc commit 164ef0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def configurations = [
2-
[ platform: "linux", jdk: 25 ],
3-
[ platform: "linux", jdk: 21 ],
2+
[ platform: "linux", jdk: "21" ],
3+
[ platform: "windows", jdk: "25" ]
44
]
55

66
buildPlugin(failFast: false, configurations: configurations)

0 commit comments

Comments
 (0)