File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradle.build-scan' version ' 1.16 '
2+ id ' com.gradle.build-scan' version ' 2.1 '
33 id ' com.google.osdetector' version ' 1.4.0'
4- id ' com.github.sherter.google-java-format' version ' 0.7.1 ' apply false
5- id ' com.github.johnrengelman.shadow' version ' 2 .0.1 ' apply false
4+ id ' com.github.sherter.google-java-format' version ' 0.8 ' apply false
5+ id ' com.github.johnrengelman.shadow' version ' 4 .0.2 ' apply false
66 id ' com.jfrog.artifactory' version ' 4.7.3' apply false
77 id ' com.jfrog.bintray' version ' 1.8.4' apply false
88 id ' me.champeau.gradle.jmh' version ' 0.4.7' apply false
@@ -13,7 +13,10 @@ apply from: 'artifactory.gradle'
1313apply from : ' bintray.gradle'
1414apply from : ' publication.gradle'
1515
16- buildScan { licenseAgreementUrl = ' https://gradle.com/terms-of-service' ; licenseAgree = ' yes' }
16+ buildScan {
17+ termsOfServiceUrl = ' https://gradle.com/terms-of-service'
18+ termsOfServiceAgree = ' yes'
19+ }
1720
1821subprojects {
1922 apply plugin : ' idea'
@@ -30,7 +33,7 @@ subprojects {
3033 sourceCompatibility = 1.8
3134 targetCompatibility = 1.8
3235
33- ext[' reactor-bom.version' ] = ' Californium-SR1 '
36+ ext[' reactor-bom.version' ] = ' Californium-SR5 '
3437 ext[' rsocket.version' ] = ' 0.11.16'
3538
3639 ext[' protobuf.version' ] = ' 3.6.1'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.2.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments