groovy / groovy-android-gradle-plugin

A Gradle plugin to support the Groovy language for building Android apps
Apache License 2.0
850 stars 116 forks source link

Disable Groovy Task when No Sources #143

Closed AndrewReitz closed 7 years ago

AndrewReitz commented 7 years ago

Source sets with no groovy sources are are skipped by default this should speed up builds and allow groovy to only be used for tests while Java and/or Kotlin are in the main source set.

relates to #119 and #139