Skip to content

Commit 4a04ad0

Browse files
authored
Merge pull request #313 from gradle/guylabs/remove-enterprise-samples-gradle-com-references
Remove references to enterprise-samples.gradle.com
2 parents 1ea051f + 5c6ab39 commit 4a04ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
*/

0 commit comments

Comments
 (0)