Skip to content

Commit afec90c

Browse files
Remove /plugins-release and /plugins-snapshot from build
Those repositories now need authentication, and we do not actually need them, the dependencies can be resolved from Maven Central Closes gh-13245 (cherry picked from commit 663f5cf)
1 parent a6599f9 commit afec90c

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 = 1.8
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)