Browse Source

Merge branch '2.7.x'

pull/33080/head
Andy Wilkinson 3 years ago
parent
commit
f8a2e68a5d
  1. 5
      buildSrc/build.gradle
  2. 5
      settings.gradle

5
buildSrc/build.gradle

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

5
settings.gradle

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

Loading…
Cancel
Save