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

@ -32,11 +32,6 @@ allprojects {
if (version.endsWith('-SNAPSHOT')) { if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" } maven { url "https://repo.spring.io/snapshot" }
} }
mavenLocal {
content {
includeGroup "io.spring.javaformat"
}
}
} }
configurations.all { configurations.all {

@ -8,11 +8,6 @@ repositories {
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()
maven { url "https://repo.spring.io/release" } maven { url "https://repo.spring.io/release" }
mavenLocal {
content {
includeGroup "io.spring.javaformat"
}
}
} }
sourceCompatibility = 17 sourceCompatibility = 17

Loading…
Cancel
Save