From 8c780129cdf9e9e1c53632242a631bdb143f5b90 Mon Sep 17 00:00:00 2001 From: Etzelia Date: Wed, 9 Jun 2021 01:50:29 +0000 Subject: [PATCH] Update to BirbMC (#2) Update to BirbMC Signed-off-by: Etzelia Reviewed-on: https://git.birbmc.com/BirbMC/pluginapi/pulls/2 Co-Authored-By: Etzelia Co-Committed-By: Etzelia --- README.md | 2 +- build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f94b63..401b7d8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 9ef1a64..877fdcf 100644 --- a/build.gradle +++ b/build.gradle @@ -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") } }