Skip to content

Commit

Permalink
Fix maven url [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Nov 11, 2023
1 parent 4a20cc0 commit 0c2c03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ publishing {
repositories {
if (System.getenv().SAP_SECRET) {
maven {
url "https://maven.saps.dev/minecraft"
url "https://maven.saps.dev/releases"
credentials {
username = "mrbysco"
password = "${System.getenv().SAP_SECRET}"
Expand Down

0 comments on commit 0c2c03f

Please sign in to comment.