We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb141ff + 5dab9b0 commit 1e536f5Copy full SHA for 1e536f5
buildSrc/build.gradle
@@ -8,11 +8,6 @@ repositories {
8
mavenCentral()
9
gradlePluginPortal()
10
maven { url "https://repo.spring.io/release" }
11
- jcenter() {
12
- content {
13
- includeGroup("org.ysb33r.gradle")
14
- }
15
16
}
17
18
sourceCompatibility = 1.8
settings.gradle
@@ -8,11 +8,6 @@ pluginManagement {
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
resolutionStrategy {
eachPlugin {
0 commit comments