1515 */
1616
1717plugins {
18- id ' com.gradle.build-scan' version ' 2.3 '
18+ id ' com.gradle.build-scan' version ' 2.4.1 '
1919 id ' io.spring.dependency-management' version ' 1.0.8.RELEASE' apply false
2020 id ' com.jfrog.bintray' version ' 1.8.4' apply false
21- id ' com.jfrog.artifactory' version ' 4.9.7 ' apply false
22- id ' org.jetbrains.kotlin.jvm' version ' 1.3.31 ' apply false
21+ id ' com.jfrog.artifactory' version ' 4.9.8 ' apply false
22+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.50 ' apply false
2323}
2424
2525subprojects {
2626 apply plugin : ' java-library'
2727 apply plugin : ' kotlin'
28- apply plugin : ' io.spring.dependency-management'
29-
30- ext[' netty-buffer.version' ] = ' 4.1.37.Final'
31- ext[' jsr305.version' ] = ' 3.0.2'
32- ext[' kotlin-stdlib-jdk7.version' ] = ' 1.3.41'
33- ext[' rxjava.version' ] = ' 2.2.10'
34- ext[' slf4j-api.version' ] = ' 1.7.25'
35- ext[' junit.version' ] = ' 4.12'
36- ext[' mockito.version' ] = ' 2.28.2'
37- ext[' hamcrest-library.version' ] = ' 1.3'
38- ext[' slf4j-log4j.version' ] = ' 1.7.25'
39- ext[' okhttp.version' ] = ' 3.14.2'
40- ext[' rsocket.java.version' ] = ' 1.0.0-RC1'
41-
42- dependencyManagement {
43-
44- dependencies {
45- /* common*/
46- dependency " io.netty:netty-buffer:${ ext['netty-buffer.version']} "
47- dependency " com.google.code.findbugs:jsr305:${ ext['jsr305.version']} "
48- dependency " org.jetbrains.kotlin:kotlin-stdlib-jdk7:${ ext['kotlin-stdlib-jdk7.version']} "
49- dependency " io.reactivex.rxjava2:rxjava:${ ext['rxjava.version']} "
50- dependency " org.slf4j:slf4j-api:${ ext['slf4j-api.version']} "
51- /* transports*/
52- dependency " com.squareup.okhttp3:okhttp:${ ext['okhttp.version']} "
53- /* test*/
54- dependency " junit:junit:${ ext['junit.version']} "
55- dependency " org.mockito:mockito-core:${ ext['mockito.version']} "
56- dependency " org.hamcrest:hamcrest-library:${ ext['hamcrest-library.version']} "
57- dependency " org.slf4j:slf4j-log4j12:${ ext['slf4j-log4j.version']} "
58- dependency " io.rsocket:rsocket-transport-netty:${ ext['rsocket.java.version']} "
59- }
60- }
28+ apply from : ' ../gradle/dependency-management.gradle'
6129
6230 dependencies {
6331 api ' io.netty:netty-buffer'
@@ -73,7 +41,7 @@ subprojects {
7341 }
7442
7543 repositories {
76- jcenter ()
44+ mavenCentral ()
7745 }
7846
7947 test {
0 commit comments