Skip to content

Commit

Permalink
build scan plugin 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefzdz committed Apr 24, 2017
1 parent 0d3e10a commit a1d9780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'com.gradle.build-scan' version '1.6'
id 'com.gradle.build-scan' version '1.7'
id 'java'
}

buildScan {
// Uncomment the lines below to agree to the Terms of Service.
// licenseAgreementUrl = 'https://gradle.com/terms-of-service'
// licenseAgree = 'yes'
// licenseAgreementUrl = 'https://gradle.com/terms-of-service'
// licenseAgree = 'yes'
tag 'SAMPLE'
link 'GitHub', 'https://github.com/gradle/gradle-build-scan-quickstart'
}
Expand Down

0 comments on commit a1d9780

Please sign in to comment.