Skip to content

Commit

Permalink
update java version due to antlr4 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Luncher91 committed Dec 2, 2024
1 parent a857c90 commit 0fdb8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
stage('Build') {
agent {
docker {
image 'maven:3-openjdk-8'
image 'maven:3-openjdk-11'
reuseNode true
}
}
Expand Down

0 comments on commit 0fdb8a9

Please sign in to comment.