# HG changeset patch # User Da Risk # Date 1745365049 14400 # Node ID 94ec01fee12c11a58eeeb942bf65acd7a4d67225 # Parent 7732a7112b935348f66d3984e791481cca16ab80 build: update to gradle 8.13 diff -r 7732a7112b93 -r 94ec01fee12c .hgignore --- 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 diff -r 7732a7112b93 -r 94ec01fee12c gradle/wrapper/gradle-wrapper.properties --- 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