build: update to gradle 8.13
authorDa Risk <da_risk@geekorum.com>
Tue, 22 Apr 2025 19:37:29 -0400
changeset 45 94ec01fee12c
parent 44 7732a7112b93
child 46 c40e90a1b0fa
build: update to gradle 8.13
.hgignore
gradle/wrapper/gradle-wrapper.properties
--- a/.hgignore	Tue Apr 22 19:36:29 2025 -0400
+++ b/.hgignore	Tue Apr 22 19:37:29 2025 -0400
@@ -55,6 +55,7 @@
 # gradle generated files
 build/
 .gradle/
+.kotlin/
 
 # google services keys
 # google-services.json
--- a/gradle/wrapper/gradle-wrapper.properties	Tue Apr 22 19:36:29 2025 -0400
+++ b/gradle/wrapper/gradle-wrapper.properties	Tue Apr 22 19:37:29 2025 -0400
@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME