From 2c166945dc4dc1bee73d08d0ea296e34a6e4f3f2 Mon Sep 17 00:00:00 2001 From: CommandLine <71168720+Def-Try@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:20:10 +0700 Subject: [PATCH] =?UTF-8?q?=D1=8F=20=D0=BD=D0=B5=D0=BD=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=B6=D1=83=20=D1=82=D0=B5=D0=B1=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 458c106..3919e69 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,10 @@ ext { } dependencies { - compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion" - compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" + compileOnly "com.github.anuken.arc:arc-core:$mindustryVersion" + compileOnly "com.github.anuken.mindustryjitpack:core:$mindustryVersion" + + compileOnly "com.github.anuken.mindustryjitpack:server:$mindustryVersion" implementation "com.google.code.gson:gson:2.10" implementation "com.github.xzxADIxzx.useful-stuffs:bundle:$usefulHash"