Skip to content

Commit c2adfe9

Browse files
committed
remove extra username println
1 parent 90d54c4 commit c2adfe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ fun PublishingExtension.registerPublishing() {
416416
url = uri(if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl)
417417

418418
credentials {
419-
println("username ${nexusUsername}")
420419
username = nexusUsername
421420
password = nexusPassword
422421
}

0 commit comments

Comments
 (0)