Update to BirbMC #2
|
@ -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
|
||||
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue