Skip to content

Commit 3571149

Browse files
committed
Publish build scans to develocity.apache.org
1 parent 82c53aa commit 3571149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def isJenkins = System.getenv('JENKINS_URL') != null
2626
def isCI = isGithubActions || isJenkins
2727

2828
gradleEnterprise {
29-
server = "https://ge.apache.org"
29+
server = "https://develocity.apache.org"
3030
buildScan {
3131
capture { taskInputFiles = true }
3232
uploadInBackground = !isCI

0 commit comments

Comments
 (0)