/GradleFx

Gradle plugin for building Flex projects

Primary LanguageGroovyApache License 2.0Apache-2.0

GradleFx: A Gradle plugin for building Flex projects

GradleFx is a Gradle plugin which adds some common targets used in almost every Flex/Actionscript project.
It can create both swc and swf files. The plugin uses the compc and mxmlc java tasks under the hood.
All compiler arguments are supported. Some are automatically filled in by the plugin (like source directory,
dependencies) and other more specific arguments can be provided to the plugin by adding them on the
additionalCompilerOptions convention property.

It adds the following tasks:

  • compile
  • build
  • publish
  • clean
  • copyresources

The plugin has support for the following dependency scopes:

  • internal
  • external
  • merged
  • rsl

Useful links

Upcoming features

  • FlexUnit testing
  • IDEA and Eclipse project generation support
  • HTML wrapper generation
  • AS3Doc generation