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

#8 support alternate env var ${TOOL}_DEFAULT_HOME if ${TOOL}_HOME cant be used #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

robertoschwald
Copy link
Contributor

@robertoschwald robertoschwald commented Dec 30, 2015

#8 In case you use many different Grails versions for different projects, you might not be able to use a fixed GRAILS_HOME env var, as this can lead to clashes (e.g. if your use Grails 2 and Grails 3 projects). Therefore I added another env var named ${TOOL}_DEFAULT_HOME to define e.g. the default Grails version to use without clashing with other Grails versions used.

e.g. if you set GRAILS_DEFAULT_HOME="/x/y/z/grails-2.4.4", this version is used if no version can be obtained.

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

Successfully merging this pull request may close these issues.

1 participant