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 0bc4dd1 commit f78c57bCopy full SHA for f78c57b
gradle.properties
@@ -18,6 +18,7 @@ kotlin.code.style=official
18
# Gradle settings
19
org.gradle.parallel=true
20
org.gradle.caching=true
21
+org.gradle.configuration-cache.parallel=true
22
org.gradle.jvmargs=-Xmx2048m
23
kotlin.daemon.jvmargs=-Xmx2048m
24
gradle/wrapper/gradle-wrapper.jar
79 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments