Skip to content

Commit

Permalink
Use up to date maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Apr 16, 2024
1 parent 0fd8935 commit 783c111
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 @@ -46,7 +46,7 @@ pipeline {
* @return the Jenkinsfile step representing a maven build
*/
def mavenBuild(jdk, cmdline) {
def mvnName = 'maven3.5'
def mvnName = 'maven3'
def localRepo = "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}" // ".repository" //
def settingsName = 'oss-settings.xml'
def mavenOpts = '-Xms2g -Xmx2g -Djava.awt.headless=true'
Expand Down

0 comments on commit 783c111

Please sign in to comment.