We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec22336 commit 411906eCopy full SHA for 411906e
Jenkinsfile
@@ -40,6 +40,7 @@ pipeline {
40
steps {
41
withMaven(jdk: "${JDK_VERSION}", maven: 'M3', mavenLocalRepo: '.repository') {
42
sh 'mvn clean'
43
+ sh 'mvn dependency:purge-local-repository -Dinclude=com.itextpdf -DresolutionFuzziness=groupId -DreResolve=false'
44
}
45
46
0 commit comments