Skip to content

Commit

Permalink
Uses proper maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Sep 6, 2023
1 parent 4e7b8a4 commit 4257bd9
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 @@ -10,7 +10,7 @@ pipeline {
}
tools {
jdk 'jdk_1.7_latest'
maven 'maven_3_8_7'
maven 'maven_3.8.7'
}
triggers {
pollSCM 'H/15 * * * *'
Expand Down

0 comments on commit 4257bd9

Please sign in to comment.