From aab40b68a71dc16a1d04f29e98c632657aa7dc0f Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Sat, 1 Apr 2023 22:34:38 -0500 Subject: [PATCH] clean: add md-5 repo for future plugins --- build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 02635af7..aa5f05ef 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,6 +59,9 @@ allprojects { // PlayerAnimator maven("https://mvn.lumine.io/repository/maven/") + + // md-5 Repo + maven("https://repo.md-5.net/content/groups/public/") } dependencies {