mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
modify jdk
This commit is contained in:
parent
02acacbe0c
commit
b5b8fc1493
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ apply plugin: 'java'
|
|||
|
||||
group = 'org.springframework.samples'
|
||||
version = '3.0.0'
|
||||
sourceCompatibility = '17'
|
||||
sourceCompatibility = '11'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue