Skip to content

Commit

Permalink
Use specific Java in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Jul 13, 2023
1 parent 4907736 commit 13dd18d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ pipeline {
timestamps()
disableConcurrentBuilds()
}
tools {
maven 'apache-maven-latest'
jdk 'temurin-jdk17-latest'
}
stages {
stage('Upload') {
steps {
Expand Down

0 comments on commit 13dd18d

Please sign in to comment.