Skip to content

Commit

Permalink
feat: prepare for publish to maven central
Browse files Browse the repository at this point in the history
 - remove authentication use system env username and password to auth
  • Loading branch information
hanrw committed Feb 29, 2024
1 parent 7efaa4a commit 0c312d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ plugins {
}

sonatypePortalPublisher {
authentication {
username = ""
password = ""
}
settings {
autoPublish = false
aggregation = true
Expand Down

0 comments on commit 0c312d1

Please sign in to comment.