Griffon 错误在配置中找不到 属性 'compileOnly'

Griffon error Could not find property 'compileOnly' on configuration

我尝试创建一个 Griffon 应用程序,如下所述 http://griffon-framework.org/tutorials/1_getting_started.html#_tutorial_1_2

使用: Gradle2.9
懒骨头 0.8.3
mvn 3.3.9

输入: lazybones create griffon-swing-java sample

Define value for 'group' [org.example]: 
Define value for 'artifactId' [sample]: 
Define value for 'version' [0.1.0-SNAPSHOT]: 
Define value for 'griffonVersion' [2.7.0]: 
Define value for 'package' [org.example]: 
Define value for 'className' [Sample]:

Project created in sample!

cd sample
gradle run

出现此错误:

FAILURE: Build failed with an exception.

* Where:
Script '/home/username/dev/griffon_prj/sample/gradle/integration-test.gradle' line: 20

* What went wrong:
A problem occurred evaluating script.
> Could not find property 'compileOnly' on configuration container.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

我是不是漏掉了什么?

听起来像gradle configuration/script错误,可能是gradle 2.9版本的问题,教程提到了2.14.

恕我直言,您应该安装 gradle 2.14.1,它工作正常。 我按照本教程做了一个 groovy-swing 应用程序,对 lazybones 0.8.3 和 gradle 2.14.1.

没有任何问题

你可以有几个 gradle 安装,每个都在它自己的目录中,没有任何问题,只要注意路径和 GRADLE_HOME 如果你使用命令行(你会图托)。