File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18+ id " com.gradle.build-scan" version " 1.9"
1819 id ' com.jfrog.bintray' version ' 1.7.3'
1920 id ' com.github.sherter.google-java-format' version ' 0.6'
2021 id ' com.jfrog.artifactory' version ' 4.5.2'
@@ -27,6 +28,8 @@ repositories {
2728
2829description = ' RSocket: stream oriented messaging passing with Reactive Stream semantics.'
2930
31+ buildScan { licenseAgreementUrl = ' https://gradle.com/terms-of-service' ; licenseAgree = ' yes' }
32+
3033subprojects {
3134 apply plugin : ' java'
3235 apply plugin : ' maven'
Original file line number Diff line number Diff line change 1616
1717mavenversion =0.9-SNAPSHOT
1818release.scope =patch
19- release.version =0.9-SNAPSHOT
19+ release.version =0.9-SNAPSHOT
20+ org.gradle.parallel =true
21+
You can’t perform that action at this time.
0 commit comments