Skip to content

Commit

Permalink
Fixes mistyped tool declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz authored Nov 3, 2022
1 parent b233986 commit 1f67845
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 @@ -17,7 +17,7 @@ pipeline {
}
tools {
maven 'Maven 3.3.9'
jdk 'AdoptOpenJDK 8'
jdk 'AdoptOpenJDK 8.0'
}
stages {
stage('Build Plug-in') {
Expand Down

0 comments on commit 1f67845

Please sign in to comment.