@ -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" }
sourceCompatibility = 17