Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
chore: Fix sonatype credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Nov 10, 2023
1 parent 66385a5 commit 5b8d5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ publishing {
},
)
credentials {
username = project.properties["credentials.username"].toString()
password = project.properties["credentials.password"].toString()
username = properties["sonatypeUsername"].toString()
password = properties["sonatypePassword"].toString()
}
}
}
Expand Down

0 comments on commit 5b8d5de

Please sign in to comment.