Skip to content

Commit 18ce17c

Browse files
committed
use JDK 17 (ref #329)
1 parent 7d40a22 commit 18ce17c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
grpcVersion=1.51.0
22
springBootVersion=2.7.6
33
springCloudVersion=2021.0.3
4-
gradleErrorPronePluginVersion=2.0.2
5-
errorProneVersion=2.7.1
4+
gradleErrorPronePluginVersion=3.0.1
5+
errorProneVersion=2.16
66
lombokVersion=1.18.24
77

88
version=5.0.0-SNAPSHOT

grpc-spring-boot-starter-native-demo/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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 {
5555
jar {
5656
enabled = false
5757
}
58-
springAot {
59-
failOnMissingSelectorHint = false
6058

61-
}
6259

6360
bootBuildImage {
6461
builder = 'paketobuildpacks/builder:tiny'

0 commit comments

Comments
 (0)