Hello Everyone, I'm not sure why we have so many fine-grained clean
tasks, but to reduce clutter, I suggest to have only the following
clean operations in build.gradle:

- cleanCatalina: To reset web server state to test stuff
- cleanData: To reset database state to test stuff
- cleanAll: To remove everything including above.

So I suggest deleting all other clean* operations and incorporating
them into cleanAll. This would result in less clutter when issuing
"./gradlew tasks".

Ideas?

Reply via email to