Skip to content

Commit 00a42de

Browse files
committed
fix: adapt new build terms agreement
1 parent f0c1584 commit 00a42de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ext.travisBuild = System.getenv("TRAVIS") == "true"
5050

5151
if (project.extensions.findByName("buildScan") != null) {
5252
buildScan {
53-
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
54-
licenseAgree = 'yes'
53+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
54+
termsOfServiceAgree = "yes"
5555
}
5656
}
5757

0 commit comments

Comments
 (0)