File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ sourceCompatibility = 1.8
10
10
repositories {
11
11
gradlePluginPortal()
12
12
mavenCentral()
13
- maven { url ' https://repo.spring.io/plugins-release/' }
14
13
}
15
14
16
15
sourceSets {
@@ -87,7 +86,7 @@ dependencies {
87
86
implementation localGroovy()
88
87
89
88
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'
91
90
implementation ' org.gretty:gretty:3.0.9'
92
91
implementation ' com.apollographql.apollo:apollo-runtime:2.4.5'
93
92
implementation ' com.github.ben-manes:gradle-versions-plugin:0.38.0'
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
3
gradlePluginPortal()
4
- maven { url ' https://repo.spring.io/plugins-release' }
5
4
}
6
5
}
7
6
You can’t perform that action at this time.
0 commit comments