You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting GRAILS_HOME as the fallback env var does not work if using more than one Grails versions.
Especially Spring-Loaded Classes for Grails 3 can lead to all sort of Problems (e.g. in Intellij IDEA) if GRAILS_HOME is set to a Grails 2.x version.
I provide a PR which supports an alternate env. var "${TOOL}_DEFAULT_HOME" which does not interfere with the problem and is used if ${TOOL}_HOME is not set.
The text was updated successfully, but these errors were encountered:
robertoschwald
changed the title
GRAILS_HOME does not work when using more than one Grails versions
GRAILS_HOME does not work when using more than one Grails version
Jul 29, 2016
Setting GRAILS_HOME as the fallback env var does not work if using more than one Grails versions.
Especially Spring-Loaded Classes for Grails 3 can lead to all sort of Problems (e.g. in Intellij IDEA) if GRAILS_HOME is set to a Grails 2.x version.
I provide a PR which supports an alternate env. var "${TOOL}_DEFAULT_HOME" which does not interfere with the problem and is used if ${TOOL}_HOME is not set.
The text was updated successfully, but these errors were encountered: