aboutsummaryrefslogtreecommitdiffstats
path: root/templates/gradle
Commit message (Collapse)AuthorAgeFilesLines
* Update Gradle templates for Gradle 1.6 and plugin 0.4Xavier Ducrohet2013-05-101-1/+1
| | | | Change-Id: I259f57f074e18be334fc8d9cdb19724e19dcc9df
* Update wrapper to 1.6 rc1Xavier Ducrohet2013-05-021-1/+1
| | | | Change-Id: I92e8626171737c786a705f57ae8ca18a0e2937c1
* Modified templates for Gradle projectsScott Barta2013-04-264-0/+260
Modifies the existing templates to output Gradle build files with a new multi-level directory structure. The templates continue to work the old way that Eclipse expects, and the new behavior is only enabled if the "isGradle" global is set to "true". Files to configure the Gradle wrapper are placed in the SDK at tools/templates/gradle/wrapper. This CL changes all file copies and merges to go to fully-qualified directories set up via global variables. Things go to the old locations for non-Gradle builds based on how the globals are set up, but Gradle builds can override output directory variables to reflect the new directory structure. This CL also adds NewAndroidLibrary and NewJavaLibrary project templates, which will be used in the future. The current NewAndroidApplication template also can output a library, which is redundant and confusing; this will likely be fixed somehow in the future. Change-Id: Ieb830bdfba1797d87a218326ebd37c99d254758e