Skip to content

RIAstar/GradleFx

 
 

Repository files navigation

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

About

Gradle plugin for building Flex projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 100.0%