Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.43 KB

README.textile

File metadata and controls

37 lines (31 loc) · 1.43 KB

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,SWF and AIR 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
  • compileTest
  • package
  • test
  • createHtmlWrapper
  • build
  • publish
  • clean
  • copyresources

The plugin has support for the following dependency scopes:

  • internal
  • external
  • merged
  • rsl
  • test

Useful links

Upcoming features

  • IDEA and Eclipse project generation support
  • AS3Doc generation