Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRAILS_HOME does not work when using more than one Grails version #8

Open
robertoschwald opened this issue Dec 30, 2015 · 0 comments
Open

Comments

@robertoschwald
Copy link
Contributor

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.

robertoschwald added a commit to robertoschwald/grails.sh that referenced this issue Dec 30, 2015
@robertoschwald 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant