We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69df68 commit abc82c1Copy full SHA for abc82c1
Jenkinsfile
@@ -2,6 +2,9 @@ pipeline {
2
agent any
3
stages {
4
stage('Build') {
5
+ tools {
6
+ jdk "jdk21"
7
+ }
8
steps {
9
sh './gradlew shadowJar'
10
0 commit comments