- fixed the copyresources task
- added support for AIR projects
- the copyresources task is now only available in non-swc type projects
- resources in the directories specified with the resourceDirs property are now included in the swc file
- put everything in place to make GradleFx compatible with the Maven plugin (there’s still an outstanding bug in the Gradle bugtracker, see http://issues.gradle.org/browse/GRADLE-1963)
- fixed some FlexUnit support related issues
ATTENTION: Gradle 1.0 milestone 5 is required from now on.
- upgraded GradleFx to support Gradle 1.0 milestone 5
- used the new signing task in Gradle to fully automate the build process of the GradleFx project
- fixed some path issues with UNIX based operating systems
- added a convention property called ‘jvmArguments’ which can be used to specify jvm arguments that will be used when running the compc and mxmlc compilers
- fixed an issue with external dependencies overwriting internal/merged dependencies causing corrupt swf files.
- Added FlexUnit support for executing tests as part of the build. This is optional and any existing builds should continue to work
- Compiler warnings will now be visible on stdout
- Fixed a critical issue where the mainClass could never be found
- Changed the convention for the output property from “${project.name}.${project.type}” to project.name
- The output directory for the htmlWrapper task is now created when it doesn’t exist yet
- Fixed an issue where overriding the ‘output’ property didn’t work
- Added HTML wrapper generation
- Initial version