Reputation: 1
I have a problem with starting the minecraft client when I click Gradle> Tasks> fg_runs> runClient.
I get this error: FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ': runClient'.
> Process 'command' C: \ Program Files \ Java \ jdk1.8.0_291 \ bin \ java.exe '' finished with non-zero exit value 1
and i don't know how to fix it.
Here is the entire log record: Log Record
Upvotes: 0
Views: 808
Reputation: 131
Your modid has to be lowercase, so find all the places you defined your modid and change it from JKMod to jkmod or any other modid that's completely lowercase.
Upvotes: 0