简体   繁体   中英

How do I check which version of groovy is with which version of grails

I download grails 2.2.1. I want to check which version of groovy this comes with? How do I this?

You can use the grails shell to launch an interactive Groovy console within Grails and identify the version.

$ grails shell

Groovy Shell (2.0.8, JVM: 1.7.0_21)
Type 'help' or 'h' for help.
-----------------------------------
groovy:000>

可以通过查看文件夹中文件的版本找到 Groovy 版本的 grails:

[GROOVY_FOLDER]/lib/org.codehaus.groovy/groovy/jars

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM