Skip to content

Commit fb954e8

Browse files
committed
Temporarily work around problems with Gradle's plugin portal
1 parent ac6ad7c commit fb954e8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

buildSrc/build.gradle

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

1318
sourceCompatibility = 1.8

settings.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ 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+
}
1116
}
1217
resolutionStrategy {
1318
eachPlugin {

0 commit comments

Comments
 (0)