File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.google.protobuf.gradle.*
22
33plugins {
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
88val grpcVersion = " 1.26.0" // first version with support for arm64
You can’t perform that action at this time.
0 commit comments