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

Commit

Permalink
smh
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Nov 1, 2021
1 parent d80700c commit c894686
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publishing {
maven {
url "https://maven.saps.dev/minecraft"
credentials {
username = "Jake_E"
username = "jake_e"
password = "${ENV.SAPS_TOKEN}"
}
}
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ publishing {
maven {
url "https://maven.saps.dev/minecraft"
credentials {
username = "Jake_E"
username = "jake_e"
password = "${ENV.SAPS_TOKEN}"
}
}
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ publishing {
maven {
url "https://maven.saps.dev/minecraft"
credentials {
username = "Jake_E"
username = "jake_e"
password = "${ENV.SAPS_TOKEN}"
}
}
Expand Down

0 comments on commit c894686

Please sign in to comment.