File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
grpc-spring-boot-starter-native-demo Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11grpcVersion =1.51.0
22springBootVersion =2.7.6
33springCloudVersion =2021.0.3
4- gradleErrorPronePluginVersion =2 .0.2
5- errorProneVersion =2.7.1
4+ gradleErrorPronePluginVersion =3 .0.1
5+ errorProneVersion =2.16
66lombokVersion =1.18.24
77
88version =5.0.0-SNAPSHOT
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
22
33 dependencies {
44 classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
5- classpath(" org.springframework.experimental:spring-aot-gradle-plugin:0.10.3 " )
5+ classpath(" org.springframework.experimental:spring-aot-gradle-plugin:0.12.1 " )
66 }
77}
88
@@ -55,10 +55,7 @@ test {
5555jar {
5656 enabled = false
5757}
58- springAot {
59- failOnMissingSelectorHint = false
6058
61- }
6259
6360bootBuildImage {
6461 builder = ' paketobuildpacks/builder:tiny'
You can’t perform that action at this time.
0 commit comments