LendingClub / gradle-maven-plugin

maven plugin to invoke gradle
73 stars 36 forks source link

mvn clean doesn't clean Gradle-generated files #35

Open crummy opened 8 years ago

crummy commented 8 years ago

Not sure if this is an actual bug or just me not understanding what my configuration should be to do so.

Regardless, when I run mvn package with the plugin, it generates some APKs for my Android app, but they are still there after running mvn clean.