Merge branch '2.6.x' into 2.7.x

pull/33648/head
Andy Wilkinson 2 years ago
commit 1d838f6faa

@ -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