aboutsummaryrefslogtreecommitdiff
path: root/gradlew
AgeCommit message (Collapse)Author
2013-07-16Change gradlew to place cache in android out dir.Raphael Moll
Change-Id: Idfda9f03b297699c3b378c0fdfacc62fde1f5acf
2013-02-12SDK: change gradle output dir to out/host/gradle.Raphael Moll
Change-Id: I73da941b4fa0c784ca11beec506279d496a02bf6
2013-01-14Change gradle to output to the android out dirRaphael Moll
Change-Id: I569afd35f76891390aad27b0ab75e2106cc0fe18
2012-12-11Move to Gradle 1.3Xavier Ducrohet
- Update the wrapper and wrapper scripts to force 1.3 - add gradle version detection to the android plugins to make them fail if the version of gradle is not right. - Ensure the test projects are built with the right version. Change-Id: Ibd2d970f9bdf98acbca54847eb493b3379532d99
2012-08-21Initial prototype of Gradle plugin to build Android applicationsAdam Murdoch
This is an initial prototype Gradle plugin that can build Android applications. This is intended to demonstrate how such a plugin would be wired together. Most of the tasks are placeholders for a real implementation. See the readme for details. Change-Id: I8f25493b9656c3919c0635c0e5363cdd9c8c171d