Skip to content

Commit

Permalink
Gradle Scan (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Sep 20, 2017
1 parent 8dc9400 commit bf339d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit bf339d9

Please sign in to comment.