mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
update JVM version for Graddle
This commit is contained in:
parent
a3c2df7d2f
commit
fa9559d8cb
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_17
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Reference in a new issue