This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit ecac72df6cbf251c9cc4365bed412c154b4939ce Author: Clay Johnson <[email protected]> AuthorDate: Wed Jan 8 13:16:12 2025 -0600 Publish build scans to develocity.apache.org --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index e9416be646..2674a6a6ef 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -114,7 +114,7 @@ if (property("localReleasePlugins").toBool(nullAs = false, blankAs = true, defau val isCiServer = System.getenv().containsKey("CI") gradleEnterprise { - server = "https://ge.apache.org" + server = "https://develocity.apache.org" allowUntrustedServer = false buildScan {
