Skip to content

Commit 25292d4

Browse files
committed
fix: oops, forgot to register flags
1 parent 28366a9 commit 25292d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ nmcpAggregation {
5353
centralPortal {
5454
username = System.getenv("SONATYPE_USERNAME")
5555
password = System.getenv("SONATYPE_PASSWORD")
56-
publishingType = "AUTOMATIC"
56+
publishingType = "USER_MANAGED"
5757
}
58+
59+
publishAllProjectsProbablyBreakingProjectIsolation()
5860
}
5961

6062
publishing.publications.create<MavenPublication>("maven") {

0 commit comments

Comments
 (0)