Skip to content

Commit

Permalink
Use Gradle Nexus Publish Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 26, 2024
1 parent b5bc9ee commit 6aa1335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class SonatypePlugin : Plugin<Project> {
if (!username.isPresent) {
missingProps.add(SonatypeSettings::osshrUsername)
}
if (password.isPresent) {
if (!password.isPresent) {
missingProps.add(SonatypeSettings::osshrPassword)
}
getOverriddenSetting(SonatypeSettings::nexusUrl)?.let { nexusUrl.set(uri(it)) }
Expand Down

0 comments on commit 6aa1335

Please sign in to comment.