Skip to content

Commit 03b4571

Browse files
Copilotxiang17
andcommitted
Upgrade to Gradle 9.3.0
Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com>
1 parent 2dd10bd commit 03b4571

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ dependencies {
4444
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6")
4545
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.3")
4646

47-
// earlier versions aren't compatible with Gradle 8.1.1
48-
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.5.12")
47+
// Spring Boot 3.5+ is required for Gradle 9 compatibility
48+
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.5.10")
4949
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

smoke-tests/apps/gRPC/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.google.protobuf.gradle.*
22

33
plugins {
44
id("ai.smoke-test-jar")
5-
id("com.google.protobuf") version "0.8.19"
5+
id("com.google.protobuf") version "0.9.6"
66
}
77

88
val grpcVersion = "1.26.0" // first version with support for arm64

0 commit comments

Comments
 (0)