mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
still trying Java 17
This commit is contained in:
parent
fa9559d8cb
commit
0f916cf94e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ group = 'org.springframework.samples'
|
|||
version = '3.3.0'
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
sourceCompatibility = 17
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue