Update dependency gradle to v8.12.1 (#3294)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3295/head
renovate[bot] 10 months ago committed by GitHub
parent c8e34e3b61
commit 0da5e98402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@ buildscript {
}
tasks.getByName<Wrapper>("wrapper") {
gradleVersion = "8.12"
gradleVersion = "8.12.1"
distributionType = Wrapper.DistributionType.ALL
}

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

Loading…
Cancel
Save