We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4059a10 commit 16647f6Copy full SHA for 16647f6
1 file changed
settings.gradle
@@ -25,10 +25,9 @@ def includeBuildProject(projectName) {
25
}
26
27
// enabling Gradle scan by agreeing to term of service
28
-
29
develocity {
30
buildScan {
31
- publishing.onlyIf { System.getenv("CI") != null }
+ publishing.onlyIf { isRunningOnBuildServer }
32
termsOfUseUrl = "https://gradle.com/terms-of-service"
33
termsOfUseAgree = "yes"
34
0 commit comments