Merge branch '2.7.x'

pull/33080/head
Andy Wilkinson 2 years ago
commit 7cbd90d87d

@ -9,6 +9,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 = 17 sourceCompatibility = 17

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