diff --git a/settings.gradle b/settings.gradle index 52baf7e6..b5e18654 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1,11 @@ +plugins { + id "com.gradle.enterprise" version "3.4.1" +} +gradleEnterprise { + buildScan { + termsOfServiceUrl = "https://gradle.com/terms-of-service" + termsOfServiceAgree = "yes" + publishAlways() + } +} include ':sample', ':library'