From af79392ae664c6a86ec18d49a043a82decccdb8c Mon Sep 17 00:00:00 2001 From: OSPx <76648940+osp54@users.noreply.github.com> Date: Sat, 3 Feb 2024 20:22:38 +0200 Subject: [PATCH] fix --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 666ea13..b07d313 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,6 +7,7 @@ plugins { repositories { mavenCentral() maven(url = "https://jitpack.io") + maven("https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository") } dependencies { @@ -29,4 +30,4 @@ tasks.jar { tasks.withType { options.encoding = "UTF-8" -} \ No newline at end of file +}