How do you manage developing with multiple versions of Grails using Windows?

前端 未结 10 2477
天涯浪人
天涯浪人 2021-01-04 02:13

We\'ve been using Grails for a little while now and have been through a few Grails versions now. We don\'t always want to migrate our \'older\' apps immediately but often us

10条回答
  •  感情败类
    2021-01-04 02:43

    On Linux/Mac, GVM is a fantastic tool for installing and working with multiple versions of Grails, Groovy, etc. You can't use GVM itself on Windows1, but there is a clone posh-gvm that will run under Powershell on Windows.

    1. AFAIK this is because Windows doesn't support symlinks

提交回复
热议问题