Closed Baalith closed 8 years ago
I didn't even know this was a thing. Will definitely fix.
Just an update, in the most recent builds (4+) I have added support for the system environment variable natively. No more command line arg required, it just looks at the value of GRADLE_USER_HOME
on the system and uses that.
What if someone (like me) has installed gradle to a custom location on the hdd, and also changed the .gradle folder to another location. I know there's a system variable which forge calls to determine the .gradle location independently from user.home. (Something like GRADLE_USER_HOME, documented in gradle-wrapper.properties) It would be nice to add this possibility to future releases. At this state I can't use BON 2.2.2 because of my custom gradle installation.