blowdryer icon indicating copy to clipboard operation
blowdryer copied to clipboard

Keep your gradle builds dry 干

Results 6 blowdryer issues
Sort by recently updated
recently updated
newest added

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 !=...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
pr-welcome

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...

enhancement
pr-welcome

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...

enhancement
pr-welcome