jcenter has dependencies for gretty and repo.spring.io now requires authentication to download new dependencies
@@ -8,10 +8,6 @@ allprojects {
apply plugin: 'checkstyle'
apply plugin: 'io.spring.javaformat'
- repositories {
- maven { url "https://repo.spring.io/libs-snapshot" }
- }
-
dependencies {
checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:0.0.25"
}
@@ -6,7 +6,7 @@ plugins {
repositories {
- mavenCentral()
+ jcenter()
maven { url "https://repo.spring.io/snapshot" }
@@ -4,7 +4,7 @@ plugins {
maven { url "https://repo.spring.io/libs-snapshot" }
@@ -8,7 +8,7 @@ plugins {
apply from: "gradle/gretty.gradle"
@@ -5,7 +5,7 @@ plugins {
@@ -22,7 +22,7 @@ plugins {