mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 15:48:51 +00:00
Explicitely name internal repository we are publishing to
This commit is contained in:
@@ -33,6 +33,7 @@ allprojects {
|
||||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
name "internal"
|
||||
url "https://maven.pkg.jetbrains.space/public/p/compose/dev"
|
||||
credentials {
|
||||
username = project.hasProperty("COMPOSE_REPO_USERNAME") ? "$COMPOSE_REPO_USERNAME" : ""
|
||||
|
||||
Reference in New Issue
Block a user