Skip to content

Commit

Permalink
Remove explicit configuration of sonatype credentials
Browse files Browse the repository at this point in the history
The project property that was being used is the default anyway.
  • Loading branch information
tomdcc committed Jul 31, 2023
1 parent fc800fa commit d92cf76
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ plugins {

nexusPublishing {
repositories {
sonatype {
username = project.provider { project.findProperty("sonatypeUsername") as String }
password = project.provider { project.findProperty("sonatypePassword") as String }
}
sonatype()
}
}

0 comments on commit d92cf76

Please sign in to comment.