Gradle Options????

Published by KreatorB on
Status
Works as designed
Issue description

My mod have over 900 files for blocks, recipes etc and the Gradle is always running which is crazy slow to wait for it to always finish. 

IS there a way to turn off the Gradle option until I tell it to run and check the codes?

 

Thank you for your time

KB

Issue comments

We are working to improve the build performance, but nevertheless, there is not much that can be done.

You can increase the amount of RAM dedicated to Gradle, try to enable parallel builds in preferences and enable daemon. Keep in mind that these are experimental options.

Slow internet connection can also cause slower builds. I have tested MCreator with the workspace with a bit over 900 elements today and build takes a few minutes to complete.

You could also disable builds when adding a new mod element in preferences, so there are not that many builds.

Thanks

I Set the Ram to go from - 4GB to 8GB

I also set the Gradle to run in Daemon mode and offline mode.
I hope that helps...

I have a 256 mbit/sec internet connection so that is not the issue.

Once again thanks, I will try anything. ;-)