Preliminary support for gradle (still rely on build.xml by importing ant tasks) ``` $ gradle all -Dphp_exec=/usr/bin/php5.6 ``` > Warning: Due to ant task wrapping, the ant `clean` command has been rename to `cleanBuild`
Preliminary support for gradle (still rely on build.xml by importing ant tasks)