build: add gradle wrapper props

This commit is contained in:
TopchetoEU 2024-01-11 11:46:41 +02:00
parent c123427e77
commit a2cb5cd473
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4
2 changed files with 10 additions and 0 deletions

3
.gitignore vendored
View File

@ -20,3 +20,6 @@
!/settings.gradle
!/build.gradle
!/gradle.properties
!/gradle
!/gradle/wrapper
!/gradle/wrapper/gradle-wrapper.properties

View File

@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists