We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c261852 commit f9d6858Copy full SHA for f9d6858
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
@@ -268,7 +268,7 @@ fun configureTests() {
268
269
extensions.findByType<DevelocityTestConfiguration>()?.testDistribution {
270
this as TestDistributionConfigurationInternal
271
- server = uri(testDistributionServerUrl.orElse("https://ge.gradle.org"))
+ server = uri(testDistributionServerUrl.orElse("https://gbt-td.grdev.net"))
272
273
if (project.testDistributionEnabled && !isUnitTest() && !isPerformanceProject() && !isNativeProject() && !isKotlinDslToolingBuilders()) {
274
enabled = true
0 commit comments