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 0c32f85 commit 9d1da8bCopy full SHA for 9d1da8b
settings.gradle.kts
@@ -53,6 +53,14 @@ develocity {
53
publishing.onlyIf { System.getenv("CI") != null }
54
termsOfUseUrl.set("https://gradle.com/help/legal-terms-of-use")
55
termsOfUseAgree.set("yes")
56
+
57
+ if (!gradle.startParameter.taskNames.contains("listTestsInPartition")) {
58
+ buildScanPublished {
59
+ File("build-scan.txt").printWriter().use { writer ->
60
+ writer.println(buildScanUri)
61
+ }
62
63
64
}
65
66
0 commit comments