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 7c0f397 + fb954e8 commit 1d838f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildSrc/build.gradle
Expand Up @@ -8,6 +8,11 @@ repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
jcenter() {
content {
includeGroup("org.ysb33r.gradle")
}
}
}

sourceCompatibility = 1.8
Expand Down
5 changes: 5 additions & 0 deletions settings.gradle
Expand Up @@ -8,6 +8,11 @@ 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 1d838f6

Please sign in to comment.