mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55: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'
|
version = '3.3.0'
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue