blowdryer
blowdryer copied to clipboard
Keep your gradle builds dry 干
The next obvious feature after #12 is `classpathJar`, which could be implemented with something like this: ```java private static URL findResourceJar(String name) { ClassLoader loader = Blowdryer.class.getClassloader(); while (loader !=...
Blowdryer `1.7.0` added a [plugin-versions](https://github.com/diffplug/blowdryer#plugin-versions) feature which has removed a lot of headache from maintaining our fleet of builds. It would be nice to have similar templating available for e.g...
Blowdryer supports GitHub, GitLab, and Bitbucket in the following modes: `COMMIT`, `TAG`, and optionally `TREE`. The key property these modes share is that they are immutable. Blowdryer can compute the...
It is common that script plugins will need to be applied in a specific order. It would be nice if these scripts gave nice declarative error messages if this was...
After using blowdryer for a bit, it's made our build files *much* easier to read, since all of our common patterns have been refactored into one repository and it's only...
Right now, blowdryer only accepts a single, monolithic source of scripts and properties. But it would be nice to aggregate scripts from multiple places. One way to do that would...