Cannot run example projects with latest version of gradle
I tried compiling the examples from Github, but everytime I run gradle the build fails with the following message:
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\kay\Documents\test\GradleFx-Examples\flexunit-single-project\build.gradle' line: 10
* What went wrong:
A problem occurred evaluating root project 'flexunit-single-project'.
> org.gradle.internal.nativeplatform.filesystem.FileSystems
What to do now?
Attached are the version info and stacktrace.
Thank you in advance.
- version.txt 449 Bytes
- stacktrace.txt 15.3 KB
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 Maxime Cowez on 06 May, 2014 01:49 PM
Hi Kay,
There has been a breaking API change in Gradle.
An issue has already been raised on our GitHub repo: https://github.com/GradleFx/GradleFx/issues/131
Until we can fix the issue I think your only option is to use the previous version of Gradle
2 Posted by Kay on 06 May, 2014 02:42 PM
Understood, will use Gradle 1.11 for the time being. Thanks for the quick response!
3 Posted by Shunia on 15 May, 2014 09:41 AM
Finally found this!
I'm using the newest version of gradle and got jammed.
Hope you guys fix this asap and thanks!