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.
2 parents d0e4d1e + bb209ac commit ac272dcCopy full SHA for ac272dc
gradle.properties
@@ -18,6 +18,8 @@ kotlin.stdlib.default.dependency = false
18
org.gradle.configuration-cache = true
19
20
org.gradle.caching = true
21
+org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m
22
+org.gradle.parallel=true
23
24
updateSinceUntilBuild = false
25
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.14-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments