We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b81be5 + 055fc98 commit a6aff3bCopy full SHA for a6aff3b
Jenkinsfile
@@ -1,6 +1,5 @@
1
def configurations = [
2
- [ platform: "linux", jdk: "21" ],
3
- [ platform: "linux", jdk: "17" ]
+ [ platform: "linux", jdk: 25 ]
4
]
5
6
buildPlugin(failFast: false, configurations: configurations,
0 commit comments