diff --git a/build.gradle b/build.gradle index fe2a2f1..7b79fd6 100644 --- a/build.gradle +++ b/build.gradle @@ -11,12 +11,13 @@ compileTestJava.options.encoding = "UTF-8" repositories{ mavenCentral() + maven{ url "https://raw.githubusercontent.com/Zelaux/MindustryRepo/master/repository" } maven{ url 'https://www.jitpack.io' } } ext{ //the build number that this plugin is made for - mindustryVersion = 'v144.3' + mindustryVersion = 'v145' jabelVersion = "93fde537c7" } @@ -29,7 +30,7 @@ allprojects{ dependencies{ compileOnly "com.github.Anuken.Arc:arc-core:$mindustryVersion" - compileOnly "com.github.Anuken.MindustryJitpack:core:$mindustryVersion" + compileOnly "com.github.Anuken.Mindustry:core:$mindustryVersion" annotationProcessor "com.github.Anuken:jabel:$jabelVersion" }