Skip to content

Commit

Permalink
use JDK 17 (ref #329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmlet committed Dec 6, 2022
1 parent 7d40a22 commit 18ce17c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
grpcVersion=1.51.0
springBootVersion=2.7.6
springCloudVersion=2021.0.3
gradleErrorPronePluginVersion=2.0.2
errorProneVersion=2.7.1
gradleErrorPronePluginVersion=3.0.1
errorProneVersion=2.16
lombokVersion=1.18.24

version=5.0.0-SNAPSHOT
Expand Down
5 changes: 1 addition & 4 deletions grpc-spring-boot-starter-native-demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {

dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("org.springframework.experimental:spring-aot-gradle-plugin:0.10.3")
classpath("org.springframework.experimental:spring-aot-gradle-plugin:0.12.1")
}
}

Expand Down Expand Up @@ -55,10 +55,7 @@ test {
jar {
enabled = false
}
springAot {
failOnMissingSelectorHint = false

}

bootBuildImage {
builder = 'paketobuildpacks/builder:tiny'
Expand Down

0 comments on commit 18ce17c

Please sign in to comment.