Brian Putnam
Brian Putnam
I ran into the 2.6 issue too. I think the only major thing that's necessary to get this working with 2.6 is to upgrade the gradle wrapper (there were also...
Right. I don't entirely understand why upgrading the plugin's build system to 2.6 causes it to work on other projects that use gradle 2.6, but that has been my experience...
Thanks for the link, I didn't know about that feature. Reading through the docs it seems like that will cover a majority of use cases, but unfortunately not mine (yet)....
I managed to get @rocketraman's script working on my machine with some minor tweaks. Here's my take on this script: ``` bash #!/usr/bin/env bash # https://github.com/srs/gradle-node-plugin/issues/24 GRADLE_USER_HOME="${GRADLE_USER_HOME:-${HOME}/.gradle}" DIR=$( cd "$(...