-
Notifications
You must be signed in to change notification settings - Fork 30
linux
Tomasz Oponowicz edited this page Jul 29, 2014
·
10 revisions
Tested with Ubuntu 14.04 LTS.
GradleFx 0.8.1 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
Gradle 0.8.1 has a bug which prevents from resolving an OSMF dependency on Linux. Please install Apache Flex SDK and patch:
$ rm -Rf ~/.gradle/gradleFx/sdks/*
$ cd <project_workspace>
$ gradle assemble
$ ./fixFramework.sh