[1.11.2]How to build ?
Valchap opened this issue ยท 14 comments
I try "gradle build" but an error occurs.
Gradle still compiles Binnie.jar into build/libs before planting.
If I wanted to start minecraft with it, the game crash at startup.
The crash log:crash-2017-04-13_12.53.50-client.txt
Nobody has tried running this mod outside of a developer environment yet because it isn't finished, so the build may be broken.
I think what's happening here is an obfuscation error.
From the crash report it looks l ike forestry.api.genetics.IAllele#getName
is being changed to something else in the obfuscated environment.
I fixed the gradle issue, it was very complicated: MinecraftForge/Srg2Source#18
Working on the obfuscation problems now.
@KorDum @Nedelosk I can add it to my Jenkins https://ci.bymarcin.com/
@marcin212 That would be fantastic.
We need to set up a naming format for compiled binaries of new versions of Binnie's.
https://ci.bymarcin.com/job/Binnie-Mods-MC1.11.2/
PR #83
Done!