Polish
This commit is contained in:
@@ -32,11 +32,6 @@ allprojects {
|
||||
if (version.endsWith('-SNAPSHOT')) {
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
mavenLocal {
|
||||
content {
|
||||
includeGroup "io.spring.javaformat"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
||||
@@ -8,11 +8,6 @@ repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
mavenLocal {
|
||||
content {
|
||||
includeGroup "io.spring.javaformat"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sourceCompatibility = 17
|
||||
|
||||
Reference in New Issue
Block a user