Explicitely name internal repository we are publishing to

This commit is contained in:
Shagen Ogandzhanian
2021-04-21 12:22:00 +02:00
parent 8c8b4147ab
commit 8dd40e60e3

View File

@@ -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" : ""