diff --git a/build.gradle b/build.gradle index 9e034a03b..9d3053809 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ */ plugins { + id "com.gradle.build-scan" version "1.9" id 'com.jfrog.bintray' version '1.7.3' id 'com.github.sherter.google-java-format' version '0.6' id 'com.jfrog.artifactory' version '4.5.2' @@ -27,6 +28,8 @@ repositories { description = 'RSocket: stream oriented messaging passing with Reactive Stream semantics.' +buildScan { licenseAgreementUrl = 'https://gradle.com/terms-of-service'; licenseAgree = 'yes' } + subprojects { apply plugin: 'java' apply plugin: 'maven' diff --git a/gradle.properties b/gradle.properties index 73af47655..beff0132d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,6 @@ mavenversion=0.9-SNAPSHOT release.scope=patch -release.version=0.9-SNAPSHOT \ No newline at end of file +release.version=0.9-SNAPSHOT +org.gradle.parallel=true +