Skip to content

Commit cc9aeda

Browse files
chore(deps): update dependency gradle to v8.11 (#1015)
* chore(deps): update dependency gradle to v8.11 * Update gradle.properties --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com>
1 parent e316b14 commit cc9aeda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g -XX:MaxMetaspaceSize=2g
22
org.gradle.parallel=true
33
org.gradle.caching=true
44
org.gradle.configuration-cache=true
5+
org.gradle.configuration-cache.parallel=true
56

67

78
GROUP=com.gradleup.shadow

gradle/wrapper/gradle-wrapper.properties

+1-1
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-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)