mirror of https://github.com/grpc/grpc-java.git
Upgrade gradle and gradle plugin versions. (#11906)
Upgrading to Gradle 8.11. Gradle 8.12 requires newer versions of Windows (gradle/gradle#31939) that we can look into later.
This commit is contained in:
parent
2b87b01651
commit
60f6ea7b8e
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
@ -25,7 +25,7 @@ pluginManagement {
|
|||
// https://github.com/tbroyer/gradle-errorprone-plugin/releases
|
||||
id "net.ltgt.errorprone" version "4.1.0"
|
||||
// https://github.com/xvik/gradle-animalsniffer-plugin/releases
|
||||
id "ru.vyarus.animalsniffer" version "1.7.1"
|
||||
id "ru.vyarus.animalsniffer" version "2.0.0"
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
|
|
Loading…
Reference in New Issue