From 18ce17cddea503d1d3e4d34d4f36eade20dbbe84 Mon Sep 17 00:00:00 2001 From: Alexander Furer Date: Tue, 6 Dec 2022 08:47:42 +0200 Subject: [PATCH] use JDK 17 (ref #329) --- gradle.properties | 4 ++-- grpc-spring-boot-starter-native-demo/build.gradle | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 90bef41c..992cedc7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/grpc-spring-boot-starter-native-demo/build.gradle b/grpc-spring-boot-starter-native-demo/build.gradle index 30a19fc2..53aaef60 100644 --- a/grpc-spring-boot-starter-native-demo/build.gradle +++ b/grpc-spring-boot-starter-native-demo/build.gradle @@ -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") } } @@ -55,10 +55,7 @@ test { jar { enabled = false } -springAot { - failOnMissingSelectorHint = false -} bootBuildImage { builder = 'paketobuildpacks/builder:tiny'