Temporarily work around problems with Gradle's plugin portal

pull/33276/head
Andy Wilkinson 2 years ago
parent ac6ad7c0f1
commit fb954e8109

@ -8,6 +8,11 @@ repositories {
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()
maven { url "https://repo.spring.io/release" } maven { url "https://repo.spring.io/release" }
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
} }
sourceCompatibility = 1.8 sourceCompatibility = 1.8

@ -8,6 +8,11 @@ pluginManagement {
if (version.endsWith('-SNAPSHOT')) { if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" } maven { url "https://repo.spring.io/snapshot" }
} }
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
} }
resolutionStrategy { resolutionStrategy {
eachPlugin { eachPlugin {

Loading…
Cancel
Save