Skip to content

Commit

Permalink
Add Gradle build scan plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
serandel committed Mar 24, 2017
1 parent 8fed1de commit 8b35274
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ buildscript {
}
}

plugins {
id 'com.gradle.build-scan' version '1.6'
}

buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
}

allprojects {
version = '1.0-SNAPSHOT'

Expand Down

0 comments on commit 8b35274

Please sign in to comment.