Use non-deprecated syntax to configure sourceCompatibility
See gh-47339 Signed-off-by: fhiyo <13327262+fhiyo@users.noreply.github.com>
This commit is contained in:
parent
e4e3988433
commit
b3db525f0f
|
@ -180,7 +180,10 @@ apply plugin: 'io.spring.dependency-management'
|
|||
|
||||
group = 'com.example'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
|
||||
java {
|
||||
sourceCompatibility = '17'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in New Issue