Update dependency gradle to v8.11.1 (#3120)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3106/head
renovate[bot] 1 year ago committed by GitHub
parent a209ddbda3
commit bcb0f66c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save