Update to BirbMC

Signed-off-by: Etzelia <etzelia@hotmail.com>
pull/2/head
Etzelia 2021-06-08 20:49:02 -05:00
parent 333819b7cd
commit 3913bb01aa
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ A collection of APIs for use in plugins.
## Releases
[Reposilite](https://repo.etztech.xyz/releases/xyz/etztech/plugin-api)
[Reposilite](https://mvn.birbmc.com/releases/xyz/etztech/plugin-api)
## MinecraftManager Interface

View File

@ -34,10 +34,10 @@ publishing {
}
repositories {
maven {
name = "etztech"
url = "https://repo.etztech.xyz/releases"
name = "birbmc"
url = "https://mvn.birbmc.com/releases"
credentials {
username = "etzelia"
username = "admin"
password = System.getenv("MAVEN_PASSWORD")
}
}