Skip to content

Commit 3e3cdfc

Browse files
runningcodeclaude
andcommitted
build: Upgrade Gradle to 9.7.1, Develocity to 4.5.0, CCUD to 2.8.0
Keeps the build on the latest Gradle patch release and the latest Develocity and common-custom-user-data plugin releases. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 02125cb commit 3e3cdfc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

-957 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818
}
1919

2020
plugins {
21-
id("com.gradle.develocity") version "4.4.2"
22-
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.6.0"
21+
id("com.gradle.develocity") version "4.5.0"
22+
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.8.0"
2323
}
2424

2525
develocity {

0 commit comments

Comments
 (0)