This commit is contained in:
Andy Wilkinson
2022-06-10 12:54:17 +01:00
parent 3799170c4d
commit 228be786ca
2 changed files with 0 additions and 10 deletions

View File

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

View File

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