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 3b399e0 commit 9f26232Copy full SHA for 9f26232
.gitignore
@@ -100,6 +100,4 @@ processing-examples
100
# Maven ignores
101
.gradle
102
core/build/
103
-gradle/wrapper/gradle-wrapper.properties
104
-gradle/wrapper/gradle-wrapper.jar
105
build/publish/
gradle/wrapper/gradle-wrapper.jar
42.4 KB
gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,7 @@
1
+distributionBase=GRADLE_USER_HOME
2
+distributionPath=wrapper/dists
3
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4
+networkTimeout=10000
5
+validateDistributionUrl=true
6
+zipStoreBase=GRADLE_USER_HOME
7
+zipStorePath=wrapper/dists
0 commit comments