Skip to content

Commit 5dab9b0

Browse files
committed
Revert "Temporarily work around problems with Gradle's plugin portal"
This reverts commit fb954e8.
1 parent 452cc71 commit 5dab9b0

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ repositories {
88
mavenCentral()
99
gradlePluginPortal()
1010
maven { url "https://repo.spring.io/release" }
11-
jcenter() {
12-
content {
13-
includeGroup("org.ysb33r.gradle")
14-
}
15-
}
1611
}
1712

1813
sourceCompatibility = 1.8

settings.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ pluginManagement {
88
if (version.endsWith('-SNAPSHOT')) {
99
maven { url "https://repo.spring.io/snapshot" }
1010
}
11-
jcenter() {
12-
content {
13-
includeGroup("org.ysb33r.gradle")
14-
}
15-
}
1611
}
1712
resolutionStrategy {
1813
eachPlugin {

0 commit comments

Comments
 (0)