Skip to content

Commit df76c30

Browse files
Update gradle 8.10.2 and switch bwc to 2.20.0
Signed-off-by: Peter Zhu <[email protected]>
1 parent 424dc3b commit df76c30

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ task integTestRemote(type: RestIntegTestTask) {
651651

652652
// === Set up BWC tests ===
653653

654-
String bwcVersionShort = "2.19.0"
654+
String bwcVersionShort = "2.20.0"
655655
String bwcVersion = bwcVersionShort + ".0"
656656
String baseName = "indexmanagementBwcCluster"
657657

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionSha256Sum=2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
45
networkTimeout=10000
6+
validateDistributionUrl=true
57
zipStoreBase=GRADLE_USER_HOME
68
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)