Skip to content

Commit 5901131

Browse files
committed
Upgrade gradle to v8.14.2
1 parent 1ce7f27 commit 5901131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variables:
2424
BUILD_JOB_NAME: "build"
2525
DEPENDENCY_CACHE_POLICY: pull
2626
BUILD_CACHE_POLICY: pull
27-
GRADLE_VERSION: "8.14" # must match gradle-wrapper.properties
27+
GRADLE_VERSION: "8.14.2" # must match gradle-wrapper.properties
2828
MAVEN_REPOSITORY_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/maven-central/"
2929
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
3030
BUILDER_IMAGE_VERSION_PREFIX: "" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
# Please note that the version specific cache directory in
44
# .gitlab-ci.yml needs to match this version.
5-
distributionSha256Sum=efe9a3d147d948d7528a9887fa35abcf24ca1a43ad06439996490f77569b02d1
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-all.zip
5+
distributionSha256Sum=443c9c8ee2ac1ee0e11881a40f2376d79c66386264a44b24a9f8ca67e633375f
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-all.zip
77
networkTimeout=10000
88
validateDistributionUrl=true
99
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)