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.
1 parent ac6ad7c commit fb954e8Copy full SHA for fb954e8
buildSrc/build.gradle
@@ -8,6 +8,11 @@ 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,6 +8,11 @@ pluginManagement {
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
resolutionStrategy {
eachPlugin {
0 commit comments