Gradle plugin that provides tasks for managing Gaelyk projects
25
stars
5
forks
source link
rad mode - gradle clean should delete the generated lib and appengine-generated folders, classes folder should remain when NOT in rad mode #22
Closed
codeconsole closed 12 years ago
When in rad mode, a lib folder is created with all the dependencies of the project.
Currently
gralde clean
only deletessrc/main/WEB-INF/classes
This is inconstant.
The following needs to be changed:
When in rad mode,
gralde clean
should also deletesrc/main/WEB-INF/lib
andsrc/main/WEB-INF/appengine-generated
When not in rad mode,
gralde clean
should not deletesrc/main/WEB-INF/classes