Skip to content

Commit 663f5cf

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
1 parent a53cbb8 commit 663f5cf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 2 deletions
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 {
@@ -87,7 +86,7 @@ dependencies {
8786
implementation localGroovy()
8887

8988
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
90-
implementation 'io.projectreactor:reactor-core:3.5.0-M1'
89+
implementation 'io.projectreactor:reactor-core:3.5.0'
9190
implementation 'org.gretty:gretty:3.0.9'
9291
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
9392
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'

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)