The clean command can be automated before hitting run in your IDE. I use netbeans and this solved my problem with Mac files.
Just tell your ide to execute the following when you hit Run:
./gradlew -x check clean runClient
7 replies
Important Information
By using this site, you agree to our Terms of Use.