plugins { id "com.gradle.build-scan" version "3.12.3" } gradleEnterprise { buildScan { termsOfServiceUrl = "https://gradle.com/terms-of-service" termsOfServiceAgree = "yes" publishAlways() uploadInBackground = false } }