Skip to content

Commit 553e97e

Browse files
committed
Use automatic publishing to maven central in future builds
Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
1 parent 2a9edc1 commit 553e97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ nmcp {
115115
username.set(System.getenv("MAVEN_CENTRAL_USERNAME") ?: "username")
116116
password.set(System.getenv("MAVEN_CENTRAL_PASSWORD") ?: "password")
117117

118-
publicationType.set("USER_MANAGED")
118+
publicationType.set("AUTOMATIC")
119119
}
120120
}

0 commit comments

Comments
 (0)