How to build the client?
PiotrekUnityDeveloper opened this issue · 10 comments
PiotrekUnityDeveloper commented
uoil commented
Which JDK java version are you building with?
PiotrekUnityDeveloper commented
PiotrekUnityDeveloper commented
should i use jdk 8?
uoil commented
Yes, use JDK 8 and follow the readme build guide and you should compile just fine
PiotrekUnityDeveloper commented
uoil commented
You have to run setupDecompWorkspace and refresh the Gradle project before you build
PiotrekUnityDeveloper commented
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
PiotrekUnityDeveloper commented
oh, yeah youre right. I didnt refreshed the gradle, thanks!
…On Wed, Jan 26, 2022 at 8:46 PM noil ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUND52PEGZPEZDVZOQWNDZ3UYBFQ3ANCNFSM5M3QEH3A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
uoil commented
No problem, I know it's a little funky with gradle's build system.