Anuken/uCore

Building!

kylelt opened this issue ยท 2 comments

Hi im trying to build Mindustry so I can get the bleeding edge ๐Ÿ‘

Just ran into a couple of issues including uCore, i have tried using the github gradle dependenciy and compiling a jar and using it as a fileTree dependency

Both of these options give compile errors related to your Bits.java util class
image

These are most likely caused by an old version of uCore (I change it often, and sometimes don't push as often as I should). Mindustry should compile now; you can either download the newer version of uCore from JITPack and use that or just pull the recent changes to Mindustry, since I added the updated uCore dependency to build.gradle.

Works well, desktop:build fails because i dont have packr but desktop:run works fine thanks for updating