Skip to content

Commit feb7ce3

Browse files
committed
Remove manual develocity config
This should have been removed when we upgraded to "io.spring.develocity.conventions:0.0.22". I suspect this is the reason we are not getting build scan URLs in GitHub action runs anymore.
1 parent 0948e61 commit feb7ce3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

settings.gradle

-15
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,3 @@ include 'platform',
2222
'spring-graphql-test',
2323
'spring-graphql-docs'
2424

25-
settings.gradle.projectsLoaded {
26-
develocity {
27-
buildScan {
28-
File buildDir = settings.gradle.rootProject
29-
.getLayout().getBuildDirectory().getAsFile().get()
30-
buildDir.mkdirs()
31-
new File(buildDir, "build-scan-uri.txt").text = "(build scan not generated)"
32-
buildScanPublished { scan ->
33-
if (buildDir.exists()) {
34-
new File(buildDir, "build-scan-uri.txt").text = "${scan.buildScanUri}\n"
35-
}
36-
}
37-
}
38-
}
39-
}

0 commit comments

Comments
 (0)