Skip to content

Commit d9c2e69

Browse files
authored
Remove unnecessary condition for this repo (#867)
1 parent 50ec854 commit d9c2e69

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
@@ -40,12 +40,6 @@ develocity {
4040
capture {
4141
fileFingerprints = true
4242
}
43-
44-
buildScanPublished {
45-
java.io.File("build-scan.txt").printWriter().use { writer ->
46-
writer.println(buildScanUri)
47-
}
48-
}
4943
}
5044
}
5145

0 commit comments

Comments
 (0)