diff --git a/build.gradle b/build.gradle index d5d8b73..6fcfa05 100644 --- a/build.gradle +++ b/build.gradle @@ -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" } }