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 {
1313 void configureDevelocity (DevelocityAdapter develocity ) {
1414 /* Example of Develocity configuration
1515
16- develocity.setServer("https://enterprise-samples.gradle .com");
16+ develocity.setServer("https://develocity.example .com");
1717 develocity.setAllowUntrustedServer(false);
1818
1919 develocity.setProjectId("ccud-injection");
@@ -29,7 +29,7 @@ void configureBuildScanPublishing(BuildScanAdapter buildScan) {
2929 buildScan.setUploadInBackground(!isCiServer);
3030
3131 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");
3333 buildScan.value("Custom Value Key", "Custom value");
3434
3535 buildScan.capture(capture -> {
You can’t perform that action at this time.
0 commit comments