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 1
1
plugins {
2
- id ' com.gradle.build-scan' version ' 1.16 '
2
+ id ' com.gradle.build-scan' version ' 2.1 '
3
3
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
6
6
id ' com.jfrog.artifactory' version ' 4.7.3' apply false
7
7
id ' com.jfrog.bintray' version ' 1.8.4' apply false
8
8
id ' me.champeau.gradle.jmh' version ' 0.4.7' apply false
@@ -13,7 +13,10 @@ apply from: 'artifactory.gradle'
13
13
apply from : ' bintray.gradle'
14
14
apply from : ' publication.gradle'
15
15
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
+ }
17
20
18
21
subprojects {
19
22
apply plugin : ' idea'
@@ -30,7 +33,7 @@ subprojects {
30
33
sourceCompatibility = 1.8
31
34
targetCompatibility = 1.8
32
35
33
- ext[' reactor-bom.version' ] = ' Californium-SR1 '
36
+ ext[' reactor-bom.version' ] = ' Californium-SR5 '
34
37
ext[' rsocket.version' ] = ' 0.11.16'
35
38
36
39
ext[' protobuf.version' ] = ' 3.6.1'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments