Skip to content

Commit 10ade82

Browse files
committed
Remove code that writes build scan URI to a file
It was used by Concourse but is no longer needed after the move to GitHub Actions.
1 parent e66e107 commit 10ade82

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

settings.gradle

-12
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ plugins {
1919

2020
rootProject.name = "spring-restdocs"
2121

22-
settings.gradle.projectsLoaded {
23-
develocity {
24-
buildScan {
25-
settings.gradle.rootProject.getBuildDir().mkdirs()
26-
new File(settings.gradle.rootProject.getBuildDir(), "build-scan-uri.txt").text = "build scan not generated"
27-
buildScanPublished { scan ->
28-
new File(settings.gradle.rootProject.getBuildDir(), "build-scan-uri.txt").text = "<${scan.buildScanUri}|build scan>\n"
29-
}
30-
}
31-
}
32-
}
33-
3422
include "docs"
3523
include "spring-restdocs-asciidoctor"
3624
include "spring-restdocs-bom"

0 commit comments

Comments
 (0)