seppukudevelopment/seppuku

How to build the client?

PiotrekUnityDeveloper opened this issue · 10 comments

image

how can i fix that?

uoil commented

Which JDK java version are you building with?

should i use jdk 8?

uoil commented

Yes, use JDK 8 and follow the readme build guide and you should compile just fine

uoil commented

You have to run setupDecompWorkspace and refresh the Gradle project before you build

I did that and it still shows an error
image

uoil commented

Inside build.gradle you must change buildmode from IDE to RELEASE, remember to run gradle clean before you run gradle build, all of this info I've provided is in the readme

uoil commented

No problem, I know it's a little funky with gradle's build system.