still trying Java 17

This commit is contained in:
Rodolphe Fontaine 2024-10-17 10:00:33 +02:00
parent fa9559d8cb
commit 0f916cf94e

View file

@ -18,7 +18,7 @@ group = 'org.springframework.samples'
version = '3.3.0'
java {
sourceCompatibility = JavaVersion.VERSION_21
sourceCompatibility = 17
}
repositories {