dwp / queue-triage

DLQ processing support
MIT License
5 stars 4 forks source link

Improve build file names #129

Closed dwp-kevinpotgieter closed 6 years ago

dwp-kevinpotgieter commented 6 years ago

Currently all sub modules have the same build.gradle file, and it makes it a little cumbersome to look for build files in the IDE when they all have the same name. It would be nice to have build file names that reflect the module they belong to. This blog post outlines pretty much what would need to be done: http://www.developerphil.com/renaming-your-gradle-build-files/