Skip to content

Commit a1a3a8c

Browse files
committed
Force update on CI build.
See #3022
1 parent 6bcff26 commit a1a3a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipeline {
4242
"DEVELOCITY_CACHE_USERNAME=${DEVELOCITY_CACHE_USR} " +
4343
"DEVELOCITY_CACHE_PASSWORD=${DEVELOCITY_CACHE_PSW} " +
4444
"GRADLE_ENTERPRISE_ACCESS_KEY=${DEVELOCITY_ACCESS_KEY} " +
45-
"./mvnw -s settings.xml clean dependency:list verify -Dsort -B"
45+
"./mvnw -s settings.xml clean dependency:list verify -Dsort -B -U"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)