File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ final class CustomDevelocityConfig {
13
13
void configureDevelocity (DevelocityAdapter develocity ) {
14
14
/* Example of Develocity configuration
15
15
16
- develocity.setServer("https://enterprise-samples.gradle .com");
16
+ develocity.setServer("https://develocity.example .com");
17
17
develocity.setAllowUntrustedServer(false);
18
18
19
19
develocity.setProjectId("ccud-injection");
@@ -29,7 +29,7 @@ void configureBuildScanPublishing(BuildScanAdapter buildScan) {
29
29
buildScan.setUploadInBackground(!isCiServer);
30
30
31
31
buildScan.tag("CUSTOM_TAG");
32
- buildScan.link("custom-link", "https://enterprise-samples.gradle .com/faq");
32
+ buildScan.link("custom-link", "https://develocity.example .com/faq");
33
33
buildScan.value("Custom Value Key", "Custom value");
34
34
35
35
buildScan.capture(capture -> {
You can’t perform that action at this time.
0 commit comments