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

Ability for GroovyC Compile all Source #99

Closed AndrewReitz closed 8 years ago

AndrewReitz commented 8 years ago

A flag was added to the plugin androidGroovy.skipJavaC that when set to true will exclude all sources in the JavaCompile task and will add them to the GroovyCompile task.