Update dependency gradle to v8.14.2 (#3695)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3704/head
renovate[bot] 5 months ago committed by GitHub
parent 2942554ec8
commit 36ec47e9bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save