grails - Groovy for Grails和Gradle的不同版本

标签 grails groovy gradle

通过gvm我安装了grails和gradle。

$ grails --version

 | Grails Version: 3.0.5
 | Groovy Version: 2.4.4
 | JVM Version: 1.7.0_80

$ groovy --version

 Groovy Version: 2.4.4 JVM: 1.7.0_80 Vendor: Oracle Corporation OS: Linux

$ gradle --version

------------------------------------------------------------
Gradle 2.6
------------------------------------------------------------

Build time:   2015-08-10 13:15:06 UTC
Build number: none
Revision:     233bbf8e47c82f72cb898b3e0a96b85d0aad166e

Groovy:       2.3.10
Ant:          Apache Ant(TM) version 1.9.3 compiled on December 23 2013
JVM:          1.7.0_80 (Oracle Corporation 24.80-b11)
OS:           Linux 3.19.0-28-generic amd64

如何使groovy版本匹配?

最佳答案

你不知道

Grails和Gradle与groovy的特定版本 bundle 在一起。他们不需要匹配

关于grails - Groovy for Grails和Gradle的不同版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32546692/

相关文章:

elasticsearch - 索引创建成功,但不会重新索引新数据

unit-testing - Groovy 测试 groovy.sql.Sql

gradle - 使用 Gradle 从 war 中删除/删除文件

Gradle 包装器 NoClassDefFoundError

grails - Grails Controller 中的Spring Security自定义权限

tomcat - 数据库可能已在使用中 : “Locked by another process” when starting two grails apps from tomcat

grails - 自定义错误消息无法在带有grails的gorm中使用

java - 如何模拟带注释的类?

grails - 无法使用 Spring Security 保护 Grails 中的流程步骤

android - 如何在 build.gradle 文件中包含额外的配置文件