We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc36a6 commit 5ec10c4Copy full SHA for 5ec10c4
settings.gradle
@@ -41,7 +41,8 @@ rootProject.children.findAll { !it.name.startsWith('sample-') }
41
settings.gradle.projectsLoaded {
42
develocity {
43
buildScan {
44
- publishing.onlyIf { !it.buildResult.failures.empty }
+ // only publish build scan if explicitly requested w/ --scan
45
+ publishing.onlyIf { false }
46
termsOfUseUrl = 'https://gradle.com/terms-of-service'
47
termsOfUseAgree = 'yes'
48
}
0 commit comments