Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run multiple Groovy/Grails version

As I can run multiple versions of groovy / grails without having to change settings?

like image 859
Marko Avatar asked Dec 10 '22 10:12

Marko


1 Answers

GVM (Groovy enVironment Manager) is a great option if you're on Mac, Linux, Solaris, or Windows with Cygwin. GVM supports the installation and management of Groovy, Grails, Griffon, and Gradle.

If Grails is your primary concern and you use a Windows PC in a locked down enterprise where Cygwin isn't an option, look at Gravy or write a batch file as noted above.

like image 112
Andrew Tasi Avatar answered Dec 19 '22 04:12

Andrew Tasi