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 f7dac2c commit 79a0354Copy full SHA for 79a0354
settings.gradle.kts
@@ -54,8 +54,8 @@ develocity {
54
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
55
termsOfUseAgree.set("yes")
56
57
- if (!gradle.startParameter.taskNames.contains("listTestsInPartition")
58
- && !gradle.startParameter.taskNames.contains(":test-report:reportFlakyTests")) {
+ if (!gradle.startParameter.taskNames.contains("listTestsInPartition") &&
+ !gradle.startParameter.taskNames.contains(":test-report:reportFlakyTests")) {
59
buildScanPublished {
60
File("build-scan.txt").printWriter().use { writer ->
61
writer.println(buildScanUri)
0 commit comments