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

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"
}