Skip to content

Commit b38ace7

Browse files
authored
Remove unnecessary condition for this repo (open-telemetry#334)
1 parent 647f8c9 commit b38ace7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

settings.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ develocity {
4545
capture {
4646
fileFingerprints = true
4747
}
48-
49-
buildScanPublished {
50-
java.io.File("build-scan.txt").printWriter().use { writer ->
51-
writer.println(buildScanUri)
52-
}
53-
}
5448
}
5549
}
5650

0 commit comments

Comments
 (0)