diff --git a/sample/settings.gradle b/sample/settings.gradle index 4829993..bc34225 100644 --- a/sample/settings.gradle +++ b/sample/settings.gradle @@ -17,20 +17,6 @@ pluginManagement { } } -plugins { - id("com.gradle.develocity") version "3.18.1" -} - -develocity { - buildScan { - termsOfUseUrl = "https://gradle.com/terms-of-service" - termsOfUseAgree = "yes" - - uploadInBackground = System.getenv("CI") == null - publishing { onlyIf { System.getenv("CI") != null } } - } -} - rootProject.name = "io.github.usefulness.testing.screenshot.sample" include "android" diff --git a/settings.gradle b/settings.gradle index 06674d8..9a25ef7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,17 +17,6 @@ pluginManagement { plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" - id("com.gradle.develocity") version "3.18.1" -} - -develocity { - buildScan { - termsOfUseUrl = "https://gradle.com/terms-of-service" - termsOfUseAgree = "yes" - - uploadInBackground = System.getenv("CI") == null - publishing { onlyIf { false } } - } } dependencyResolutionManagement {