pull/31344/head
Andy Wilkinson 2 years ago
parent 3799170c4d
commit 228be786ca

@ -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

Loading…
Cancel
Save