We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e681236 commit fb1e706Copy full SHA for fb1e706
1 file changed
ci/build-helpers/cli/build.gradle.kts
@@ -19,7 +19,7 @@ val modulesFile = publishingDir.map { it.file("modules.txt") }
19
20
val findComposeModules by tasks.registering(FindModulesInSpaceTask::class) {
21
requestedCoordinates.set(mavenCentral.coordinates)
22
- spaceInstanceUrl.set("https://public.jetbrains.space")
+ spaceInstanceUrl.set("https://jetbrains.team")
23
spaceClientId.set(System.getenv("COMPOSE_REPO_USERNAME") ?: "")
24
spaceClientSecret.set(System.getenv("COMPOSE_REPO_KEY") ?: "")
25
spaceProjectId.set(System.getenv("COMPOSE_DEV_REPO_PROJECT_ID") ?: "")
0 commit comments