Removed main arc dependency

This commit is contained in:
Anuken 2018-12-30 10:11:54 -05:00
parent cdb3971b8d
commit 98e4f7409b

View file

@ -196,9 +196,6 @@ project(":core"){
dependencies{
build.finalizedBy(finish)
//forces JITPack to compile arc and its submodules
if(!localArc()) compile "com.github.Anuken:Arc:${getArcHash()}"
compile arcModule("arc-core")
compile arcModule("extensions:freetype")