tterrag1098 / BON2

A rewrite for Immibis's bearded-octo-nemesis for ForgeGradle
GNU Lesser General Public License v3.0
182 stars 50 forks source link

custom gradle location - user.home #17

Closed Baalith closed 8 years ago

Baalith commented 9 years ago

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.

Parker8283 commented 9 years ago

I didn't even know this was a thing. Will definitely fix.

tterrag1098 commented 7 years ago

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.