Skip to content

Commit 50a23f6

Browse files
authored
Merge pull request #432 from gradle/guylabs/remove-enterprise-samples-gradle-com-references
Remove references to enterprise-samples.gradle.com
2 parents d6eb838 + 7fdd125 commit 50a23f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/gradle/CustomDevelocityConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 -> {

0 commit comments

Comments
 (0)