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 1
1
grpcVersion =1.51.0
2
2
springBootVersion =2.7.6
3
3
springCloudVersion =2021.0.3
4
- gradleErrorPronePluginVersion =2 .0.2
5
- errorProneVersion =2.7.1
4
+ gradleErrorPronePluginVersion =3 .0.1
5
+ errorProneVersion =2.16
6
6
lombokVersion =1.18.24
7
7
8
8
version =5.0.0-SNAPSHOT
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ buildscript {
2
2
3
3
dependencies {
4
4
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 " )
6
6
}
7
7
}
8
8
@@ -55,10 +55,7 @@ test {
55
55
jar {
56
56
enabled = false
57
57
}
58
- springAot {
59
- failOnMissingSelectorHint = false
60
58
61
- }
62
59
63
60
bootBuildImage {
64
61
builder = ' paketobuildpacks/builder:tiny'
You can’t perform that action at this time.
0 commit comments