We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dc071 commit 18780a3Copy full SHA for 18780a3
settings.gradle.kts
@@ -103,15 +103,6 @@ develocity {
103
capture {
104
fileFingerprints = true
105
}
106
-
107
- if (!gradle.startParameter.taskNames.contains("listTestsInPartition") &&
108
- !gradle.startParameter.taskNames.contains(":test-report:reportFlakyTests")) {
109
- buildScanPublished {
110
- File("build-scan.txt").printWriter().use { writer ->
111
- writer.println(buildScanUri)
112
- }
113
114
115
116
117
0 commit comments