Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
/ GradleFx Public archive
forked from GradleFx/GradleFx

Gradle plugin for building Flex projects.

License

Notifications You must be signed in to change notification settings

KartanHQ/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.

Features:

  • convention-over-configuration
  • dependency management
  • multi-project support
  • source file change detection
  • SWC, SWF and AIR project support
  • FlexUnit support
  • AsDoc support
  • Adobe Flash Builder & Intellij project generation
  • project scaffolding
  • Automatic Flex/AIR SDK installation
  • Mobile (Android & iOS) support

Useful links

Languages

  • Groovy 96.9%
  • HTML 3.0%
  • ActionScript 0.1%