Skip to content

Commit

Permalink
fix: adapt new build terms agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
2BAB committed Sep 14, 2019
1 parent f0c1584 commit 00a42de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ ext.travisBuild = System.getenv("TRAVIS") == "true"

if (project.extensions.findByName("buildScan") != null) {
buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}

Expand Down

0 comments on commit 00a42de

Please sign in to comment.