Skip to content

Commit 324e3ca

Browse files
Update Gradle [6.7 -> 6.8.3].
1 parent e43d1d1 commit 324e3ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
String cronSchedule = BRANCH_NAME == 'dev' ? '*/30 1-5 * * *' : ''
33
String buildsToKeep = '500'
44

5-
String gradleArgs = '-Dorg.gradle.daemon=false --stacktrace'
5+
String gradleArgs = '--stacktrace'
66
boolean isPublish = BRANCH_NAME == 'publish'
77
String versionPostfix = isPublish ? '' : BRANCH_NAME // Build script detects empty string as not set.
88

ci/Jenkinsfile-Windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
String buildsToKeep = '500'
44

5-
String gradleArgs = '-Dorg.gradle.daemon=false --stacktrace'
5+
String gradleArgs = '--stacktrace'
66
boolean isPublish = BRANCH_NAME == 'publish'
77

88
// Note: using single quotes to avoid Groovy String interpolation leaking secrets.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)