Skip to content

Commit

Permalink
Add temporary publishing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Nov 24, 2024
1 parent 4c3b4c9 commit 9890103
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}

maven {
// todo: remove before mv5 release
name = "multiverseBeta"
url = "https://repo.c0ding.party/multiverse-beta"
credentials(PasswordCredentials)
}
}
}

Expand Down

0 comments on commit 9890103

Please sign in to comment.