Skip to content
Tomasz Oponowicz edited this page Jul 31, 2014 · 10 revisions

Tested with Ubuntu 14.04 LTS.

GradleFx 0.8.2 isn't compatible with Gradle later than 1.11. Please install Gradle 1.11:

$ sudo add-apt-repository ppa:cwchien/gradle
$ sudo apt-get update
$ sudo apt-get install gradle-1.11

Build project:

$ gradle clean compile
Clone this wiki locally