Skip to content

Commit

Permalink
I definitely didn't make any mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Sep 5, 2023
1 parent 5a079f7 commit 00de472
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flow-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ publishing {
url = uri("https://repo.nosadnile.net/releases")

credentials {
username = System.getenv("MAVEN_REPO_TOKEN")
password = System.getenv("MAVEN_REPO_USER")
username = System.getenv("MAVEN_REPO_USER")
password = System.getenv("MAVEN_REPO_TOKEN")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions flow-purpur/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ publishing {
url = uri("https://repo.nosadnile.net/releases")

credentials {
username = System.getenv("MAVEN_REPO_TOKEN")
password = System.getenv("MAVEN_REPO_USER")
username = System.getenv("MAVEN_REPO_USER")
password = System.getenv("MAVEN_REPO_TOKEN")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions flow-velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ publishing {
url = uri("https://repo.nosadnile.net/releases")

credentials {
username = System.getenv("MAVEN_REPO_TOKEN")
password = System.getenv("MAVEN_REPO_USER")
username = System.getenv("MAVEN_REPO_USER")
password = System.getenv("MAVEN_REPO_TOKEN")
}
}
}
Expand Down

0 comments on commit 00de472

Please sign in to comment.