Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 8, 2022
2 parents bb141ff + 5dab9b0 commit 1e536f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions buildSrc/build.gradle
Expand Up @@ -8,11 +8,6 @@ repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}

sourceCompatibility = 1.8
Expand Down
5 changes: 0 additions & 5 deletions settings.gradle
Expand Up @@ -8,11 +8,6 @@ pluginManagement {
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
}
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}
resolutionStrategy {
eachPlugin {
Expand Down

0 comments on commit 1e536f5

Please sign in to comment.