File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ variables:
2525 BUILD_JOB_NAME : " build"
2626 DEPENDENCY_CACHE_POLICY : pull
2727 BUILD_CACHE_POLICY : pull
28- GRADLE_VERSION : " 8.14.2 " # must match gradle-wrapper.properties
28+ GRADLE_VERSION : " 8.14.3 " # must match gradle-wrapper.properties
2929 MAVEN_REPOSITORY_PROXY : " http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/maven-central/"
3030 GRADLE_PLUGIN_PROXY : " http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
3131 BUILDER_IMAGE_VERSION_PREFIX : " v25.06-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33# Please note that the version specific cache directory in
44# .gitlab-ci.yml needs to match this version.
5- distributionSha256Sum =443c9c8ee2ac1ee0e11881a40f2376d79c66386264a44b24a9f8ca67e633375f
6- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -all.zip
5+ distributionSha256Sum =ed1a8d686605fd7c23bdf62c7fc7add1c5b23b2bbc3721e661934ef4a4911d7c
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -all.zip
77networkTimeout =10000
88validateDistributionUrl =true
99zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments