Skip to content

Commit

Permalink
Minor Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMangorage committed May 5, 2024
1 parent b72b4f5 commit 9f17635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ publishing {
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
group "io.github.mangorage"
credentials {
username = findProperty("MAVEN_USERNAME")
password = findProperty("MAVEN_PASSWORD")
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")

}
}
Expand Down

0 comments on commit 9f17635

Please sign in to comment.