gradlefx 0.7: "Could not find method create() for arguments [build, class org.gradlefx.tasks.Build] on task set."
Hello,
Build fails with above error message when using 0.7. Build is successful with 0.6.4
(using gradle 1.3)
My build script is the simple example given on http://doc.gradlefx.org/en/latest/basic_setup.html#requirements
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Yennick Trevels on 31 Oct, 2013 01:50 PM
I think this is related to the Gradle version. The latest GradleFx version was build against Gradle 1.6, so it can possible contain some new methods not available yet in 1.3.
Can you try this out with Gradle 1.6?
Also, looks like I'll have to update our documentation if this is the case, to reflect this in the requirements section.
2 Posted by thomas.auinger on 31 Oct, 2013 02:44 PM
Yes, works. I installed the gradle wrapper configured to 1.6 and after that I can run "gradlew build" with a 0.7 version of gradlefx.
Thanks.