We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e316b14 commit cc9aedaCopy full SHA for cc9aeda
gradle.properties
@@ -2,6 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx4g -XX:MaxMetaspaceSize=2g
2
org.gradle.parallel=true
3
org.gradle.caching=true
4
org.gradle.configuration-cache=true
5
+org.gradle.configuration-cache.parallel=true
6
7
8
GROUP=com.gradleup.shadow
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments