Merge pull request #7580 from corda/connelm/ES-1131/re-add-authenticateGradleWrapper

ES-1131: Re-add authenticateGradleWrapper
This commit is contained in:
Adel El-Beik 2023-11-20 11:38:01 +00:00 committed by GitHub
commit f8925687a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ pipeline {
stages {
stage('JDK 11 Compile') {
steps {
authenticateGradleWrapper()
sh "./gradlew --no-daemon --parallel --build-cache -Pcompilation.allWarningsAsErrors=true -Ptests.failFast=false " +
"-Ptests.ignoreFailures=true clean compileAll --stacktrace"
}