Skip to content

Commit adeadae

Browse files
Merge branch '5.8.x' into 6.0.x
Closes gh-13247
2 parents 0ac554e + aa8b691 commit adeadae

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ buildscript {
99
classpath "com.netflix.nebula:nebula-project-plugin:8.2.0"
1010
}
1111
repositories {
12-
maven { url 'https://repo.spring.io/plugins-snapshot' }
1312
maven { url 'https://plugins.gradle.org/m2/' }
1413
}
1514
}

buildSrc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ sourceCompatibility = JavaVersion.VERSION_17
1010
repositories {
1111
gradlePluginPortal()
1212
mavenCentral()
13-
maven { url 'https://repo.spring.io/plugins-release/' }
1413
}
1514

1615
sourceSets {

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pluginManagement {
22
repositories {
33
gradlePluginPortal()
4-
maven { url 'https://repo.spring.io/plugins-release' }
54
}
65
}
76

0 commit comments

Comments
 (0)