Skip to content

Commit abc82c1

Browse files
committed
use jdk21
1 parent f69df68 commit abc82c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ pipeline {
22
agent any
33
stages {
44
stage('Build') {
5+
tools {
6+
jdk "jdk21"
7+
}
58
steps {
69
sh './gradlew shadowJar'
710

0 commit comments

Comments
 (0)