We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc9400 commit bf339d9Copy full SHA for bf339d9
2 files changed
build.gradle
@@ -15,6 +15,7 @@
15
*/
16
17
plugins {
18
+ id "com.gradle.build-scan" version "1.9"
19
id 'com.jfrog.bintray' version '1.7.3'
20
id 'com.github.sherter.google-java-format' version '0.6'
21
id 'com.jfrog.artifactory' version '4.5.2'
@@ -27,6 +28,8 @@ repositories {
27
28
29
description = 'RSocket: stream oriented messaging passing with Reactive Stream semantics.'
30
31
+buildScan { licenseAgreementUrl = 'https://gradle.com/terms-of-service'; licenseAgree = 'yes' }
32
+
33
subprojects {
34
apply plugin: 'java'
35
apply plugin: 'maven'
gradle.properties
@@ -16,4 +16,6 @@
mavenversion=0.9-SNAPSHOT
release.scope=patch
-release.version=0.9-SNAPSHOT
+release.version=0.9-SNAPSHOT
+org.gradle.parallel=true
0 commit comments