summaryrefslogtreecommitdiff
path: root/src/main/groovy
AgeCommit message (Collapse)Author
2017-12-05Support gradle-experimental-0.11.0Joel Klinghed
Problem with the new gradle-experimental is that tasks are only created if needed, so searching for a generateDebugSources or compile*DebugJavaWithJavac is pointless as unless there is a dependency on them the tasks do not exist Only create the FlycheckAndroidJavaTask for projects that implement either an Android App module or Android Library module so that we can assume there will always be a generateDebugSources task. And use buildTypes and flavors to figure out what compile task names there should be and reference them directly
2017-09-20Support projects using productFlavorsJoel Klinghed
2017-03-23Add test target as wellJoel Klinghed
2017-01-24Bump gradle plugin 0.3.2 and add support for initscript pluginJoel Klinghed
2017-01-10All the restJoel Klinghed