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 28366a9 commit 25292d4Copy full SHA for 25292d4
build.gradle.kts
@@ -53,8 +53,10 @@ nmcpAggregation {
53
centralPortal {
54
username = System.getenv("SONATYPE_USERNAME")
55
password = System.getenv("SONATYPE_PASSWORD")
56
- publishingType = "AUTOMATIC"
+ publishingType = "USER_MANAGED"
57
}
58
+
59
+ publishAllProjectsProbablyBreakingProjectIsolation()
60
61
62
publishing.publications.create<MavenPublication>("maven") {
0 commit comments