Skip to content

Commit 931903c

Browse files
authored
Update gradle wrapper to 8.5 (#102154) (#102835)
Update BuildLayout references (cherry picked from commit 8e9a88b)
1 parent fa0d502 commit 931903c

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

build-tools-internal/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
3+
distributionSha256Sum=c16d517b50dd28b3f5838f0e844b7520b8f1eb610f2f29de7e4e04a1b7c9c79b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4
1+
8.5

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
3+
distributionSha256Sum=c16d517b50dd28b3f5838f0e844b7520b8f1eb610f2f29de7e4e04a1b7c9c79b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

plugins/examples/gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
3+
distributionSha256Sum=c16d517b50dd28b3f5838f0e844b7520b8f1eb610f2f29de7e4e04a1b7c9c79b
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ List projects = [
4949
'docs',
5050
'client:rest',
5151
'client:rest-high-level',
52-
'client:rest-high-level:qa:ssl-enabled',
5352
'client:sniffer',
54-
'client:transport',
5553
'client:test',
5654
'client:client-benchmark-noop-api-plugin',
5755
'client:benchmark',
@@ -90,7 +88,6 @@ List projects = [
9088
'distribution:tools:geoip-cli',
9189
'distribution:tools:ansi-console',
9290
'server',
93-
'server:cli',
9491
'test:framework',
9592
'test:fixtures:azure-fixture',
9693
'test:fixtures:gcs-fixture',

0 commit comments

Comments
 (0)