Skip to content

Commit

Permalink
force update
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed May 15, 2023
1 parent b015ef1 commit 5413e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jenkins/library-tests
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn clean test -P only-library-tests -Dgpg.skip -Djava.awt.headless=true'
sh 'mvn clean test -U -P only-library-tests -Dgpg.skip -Djava.awt.headless=true'
}
}
}
Expand Down

0 comments on commit 5413e86

Please sign in to comment.