Skip to content

Commit f9d6858

Browse files
committed
Make gbt-td.grdev.net default TD backend
1 parent c261852 commit f9d6858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ fun configureTests() {
268268

269269
extensions.findByType<DevelocityTestConfiguration>()?.testDistribution {
270270
this as TestDistributionConfigurationInternal
271-
server = uri(testDistributionServerUrl.orElse("https://ge.gradle.org"))
271+
server = uri(testDistributionServerUrl.orElse("https://gbt-td.grdev.net"))
272272

273273
if (project.testDistributionEnabled && !isUnitTest() && !isPerformanceProject() && !isNativeProject() && !isKotlinDslToolingBuilders()) {
274274
enabled = true

0 commit comments

Comments
 (0)