INFRA-1697: fix white space

This commit is contained in:
Ronan Browne 2022-02-14 17:06:31 +00:00 committed by GitHub
parent a21292d03f
commit f304eeded0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ pipeline {
stages {
stage('Compile') {
steps {
authenticateGradleWrapper()
authenticateGradleWrapper()
sh script: [
'./gradlew',
COMMON_GRADLE_PARAMS,