We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ea051f + 5c6ab39 commit 4a04ad0Copy full SHA for 4a04ad0
src/main/java/com/gradle/CustomDevelocityConfig.java
@@ -13,7 +13,7 @@ final class CustomDevelocityConfig {
13
void configureDevelocity(DevelocityAdapter develocity) {
14
/* Example of Develocity configuration
15
16
- develocity.setServer("https://enterprise-samples.gradle.com");
+ develocity.setServer("https://develocity.example.com");
17
develocity.setAllowUntrustedServer(false);
18
19
*/
0 commit comments