|
@@ -6,7 +6,7 @@ plugins {
|
|
}
|
|
}
|
|
|
|
|
|
repositories {
|
|
repositories {
|
|
- jcenter()
|
|
|
|
|
|
+ mavenCentral()
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
maven { url "https://repo.spring.io/snapshot" }
|
|
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
|
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
|
|
}
|
|
}
|
|
@@ -31,4 +31,4 @@ dependencies {
|
|
tasks.withType(Test).configureEach {
|
|
tasks.withType(Test).configureEach {
|
|
useJUnitPlatform()
|
|
useJUnitPlatform()
|
|
outputs.upToDateWhen { false }
|
|
outputs.upToDateWhen { false }
|
|
-}
|
|
|
|
|
|
+}
|