File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ subprojects {
27
27
apply plugin : ' io.spring.dependency-management'
28
28
apply plugin : ' com.github.sherter.google-java-format'
29
29
30
- ext[' reactor-bom.version' ] = ' Dysprosium-SR8 '
30
+ ext[' reactor-bom.version' ] = ' Dysprosium-BUILD-SNAPSHOT '
31
31
ext[' logback.version' ] = ' 1.2.3'
32
32
ext[' findbugs.version' ] = ' 3.0.2'
33
33
ext[' netty-bom.version' ] = ' 4.1.50.Final'
@@ -87,12 +87,18 @@ subprojects {
87
87
repositories {
88
88
mavenCentral()
89
89
90
- if (version. endsWith(' SNAPSHOT' ) || project. hasProperty(' platformVersion' )) {
91
- maven { url ' http://repo.spring.io/libs-snapshot' }
92
- maven {
93
- url ' https://oss.jfrog.org/artifactory/oss-snapshot-local'
90
+ maven {
91
+ url ' https://repo.spring.io/libs-snapshot'
92
+ content {
93
+ includeGroup " io.projectreactor"
94
+ includeGroup " io.projectreactor.netty"
94
95
}
95
96
}
97
+
98
+ if (version. endsWith(' SNAPSHOT' ) || project. hasProperty(' versionSuffix' )) {
99
+ maven { url ' https://repo.spring.io/libs-snapshot' }
100
+ maven { url ' https://oss.jfrog.org/artifactory/oss-snapshot-local' }
101
+ }
96
102
}
97
103
98
104
tasks. withType(GenerateModuleMetadata ) {
You can’t perform that action at this time.
0 commit comments