diff --git a/build.gradle b/build.gradle index fc0018db..27276b12 100644 --- a/build.gradle +++ b/build.gradle @@ -13,13 +13,15 @@ gradle.rootProject { apply plugin: 'distribution' } -buildScan { - if (System.getenv('CI')) { - publishAlways() - tag 'CI' +develocity { + buildScan { + if (System.getenv('CI')) { + publishAlways() + tag 'CI' + } + termsOfUseUrl = 'https://gradle.com/terms-of-service' + termsOfUseAgree = 'yes' } - termsOfServiceUrl = 'https://gradle.com/terms-of-service' - termsOfServiceAgree = 'yes' } allprojects { diff --git a/settings.gradle b/settings.gradle index 5dc81910..ad8a35ba 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.enterprise" version "3.19" + id "com.gradle.develocity" version "3.19" } rootProject.name = 'consensusj'