Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
skiko
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuqiang
skiko
Commits
a323fb11
Unverified
Commit
a323fb11
authored
Jan 30, 2026
by
Victor Kropp
Committed by
GitHub
Jan 30, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move to another Space Maven packages host (#1153)
Fixes CMP-1460
parent
cad4b53c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
properties.kt
skiko/buildSrc/src/main/kotlin/properties.kt
+1
-1
build.gradle.kts
skiko/ci/build.gradle.kts
+1
-1
No files found.
skiko/buildSrc/src/main/kotlin/properties.kt
View file @
a323fb11
...
@@ -167,7 +167,7 @@ class SkikoProperties(private val myProject: Project) {
...
@@ -167,7 +167,7 @@ class SkikoProperties(private val myProject: Project) {
}
}
val
composeRepoUrl
:
String
val
composeRepoUrl
:
String
get
()
=
System
.
getenv
(
"COMPOSE_REPO_URL"
)
?:
"https://
maven.pkg.jetbrains.space/public/p/compose
/dev"
get
()
=
System
.
getenv
(
"COMPOSE_REPO_URL"
)
?:
"https://
packages.jetbrains.team/maven/p/cmp
/dev"
val
composeRepoUserName
:
String
val
composeRepoUserName
:
String
get
()
=
System
.
getenv
(
"COMPOSE_REPO_USERNAME"
)
?:
""
get
()
=
System
.
getenv
(
"COMPOSE_REPO_USERNAME"
)
?:
""
...
...
skiko/ci/build.gradle.kts
View file @
a323fb11
...
@@ -34,7 +34,7 @@ val skikoArtifactIds: List<String> =
...
@@ -34,7 +34,7 @@ val skikoArtifactIds: List<String> =
val
downloadSkikoArtifactsFromComposeDev
by
tasks
.
registering
(
DownloadFromSpaceMavenRepoTask
::
class
)
{
val
downloadSkikoArtifactsFromComposeDev
by
tasks
.
registering
(
DownloadFromSpaceMavenRepoTask
::
class
)
{
modulesToDownload
.
set
(
skikoMavenModules
(
skiko
.
deployVersion
))
modulesToDownload
.
set
(
skikoMavenModules
(
skiko
.
deployVersion
))
spaceRepoUrl
.
set
(
"https://
maven.pkg.jetbrains.space/public/p/compose
/dev"
)
spaceRepoUrl
.
set
(
"https://
packages.jetbrains.team/maven/p/cmp
/dev"
)
}
}
val
createGithubRelease
by
tasks
.
registering
{
val
createGithubRelease
by
tasks
.
registering
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment