Skip to content

Commit 91f12d7

Browse files
authored
Is omitting centralPortal ok?
1 parent 97ef0c6 commit 91f12d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ publishing {
8181
centralPortal {
8282
publishingType.set(PublishingType.USER_MANAGED)
8383

84-
centralPortal.username.set(sonatypeUsername)
85-
centralPortal.password.set(sonatypePassword)
84+
username.set(sonatypeUsername)
85+
password.set(sonatypePassword)
8686

8787
// Configure POM metadata
8888
pom {

0 commit comments

Comments
 (0)