We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e27f2 commit 35ea133Copy full SHA for 35ea133
buildSrc/src/main/kotlin/plugin.publishing.gradle.kts
@@ -55,7 +55,7 @@ publishing {
55
val ghOwnerName: String = project.properties["gh.owner.name"]!!.toString()
56
val ghOwnerEmail: String = project.properties["gh.owner.email"]!!.toString()
57
repositories {
58
- maven("https://maven.pkg.github.com/$ghOwnerId/${project.name}") {
+ maven("https://maven.pkg.github.com/$ghOwnerId/${rootProject.name}") {
59
name = "GitHub"
60
credentials {
61
username = System.getenv("GH_USERNAME")
0 commit comments