Hi Kevin, For the reference, there are two known issues which I know of and is fixed in Gradle 1.9:
- Gradle 1.8 breaks NetBeans when using the Gradle plugin. Of course, one could use Gradle 1.9 localy regardless of what you switch to. - There is a bug in versions prior 1.9 causing failure when evaluating the build scripts from IDEs (i.e., using the Tooling API of Gradle) which of course prevents running tasks. I don't know if this issue affects all previous versions but certainly does affect 1.8. bye, Attila Kelemen 2013/11/20 Kevin Rushforth <[email protected]> > All, > > Primarily to fix https://javafx-jira.kenai.com/browse/RT-34171 we are > upgrading our build environment for JavaFX 8 from gradle 1.4 to gradle 1.8. > This will be done prior to next week's build for b118. I've been running > gradle 1.8 for almost two weeks with no issues, and I know other have as > well. We are doing final testing of the b117 bundles (a build of the b117 > sources using gradle-1.8 will be compared with the gradle-1.4-built > production). > > It will continue to be buildable with gradle 1.4 unless / until someone > pushes a change requiring 1.8, but all developers are encouraged to upgrade > to gradle 1.8 at their earliest convenient. > > Let me know if you have any questions or concerns. > > -- Kevin > >
