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
3fbda1440e
commit
4212a2ccf1
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.0'
|
||||
id 'org.springframework.boot' version '2.7.4'
|
||||
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
|
||||
id 'java'
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ apply plugin: 'java'
|
|||
|
||||
group = 'org.springframework.samples'
|
||||
version = '3.0.0'
|
||||
sourceCompatibility = '11'
|
||||
sourceCompatibility = '17'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in a new issue