File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22String cronSchedule = BRANCH_NAME == ' dev' ? ' */30 1-5 * * *' : ' '
33String buildsToKeep = ' 500'
44
5- String gradleArgs = ' -Dorg.gradle.daemon=false - -stacktrace'
5+ String gradleArgs = ' --stacktrace'
66boolean isPublish = BRANCH_NAME == ' publish'
77String versionPostfix = isPublish ? ' ' : BRANCH_NAME // Build script detects empty string as not set.
88
Original file line number Diff line number Diff line change 22
33String buildsToKeep = ' 500'
44
5- String gradleArgs = ' -Dorg.gradle.daemon=false - -stacktrace'
5+ String gradleArgs = ' --stacktrace'
66boolean isPublish = BRANCH_NAME == ' publish'
77
88// Note: using single quotes to avoid Groovy String interpolation leaking secrets.
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments