Skip to content

Commit f3acae6

Browse files
committed
update gradle to 5.2.1
1 parent 7fbeca4 commit f3acae6

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

build.gradle

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
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'
1313
apply from: 'bintray.gradle'
1414
apply 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

1821
subprojects {
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'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)