mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
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:
+4
-1
@@ -180,7 +180,10 @@ apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
group = 'com.example'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
sourceCompatibility = '17'
|
||||
|
||||
java {
|
||||
sourceCompatibility = '17'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user