- Skip directories (DOH!).
- Now supports the Gradle Configuration Cache, but we had to lose support for incremental build (#9).
- Now supports the Gradle Configuration Cache (#8).
- This required bumping our minimum required Gradle from
5.6
to6.0
.
- This required bumping our minimum required Gradle from
- Bumped batik from 1.12 to 1.14
- Fixed deprecation warning for multi-project parallel builds.
- Improved deprecation warning message.
- Plugin id is now
com.diffplug.image-grinder
(reasoning).- You can still use the legacy
com.diffplug.gradle.image-grinder
if you want, but you'll get a deprecation warning.
- You can still use the legacy
- Upgraded Batik from
1.11
to1.12
. - Upgraded build to blowdryer.
- Now uses the new Worker API introduced in
5.6
, no longer uses the Worker API scheduled to be deprecated in6.0
(#2)- Bumped minimum required Gradle from
4.1
to5.6
- Bumped all deps to latest, especially batik from
1.9.1
to1.11
- Bumped minimum required Gradle from
- Now compatible with the gradle build cache, and uses the new incremental API (#3)
- Fixed a bug where image-grinder would barf on folders that got included in the input files.
- If a task name starts with
process
, then it will be made into a requirement for theprocessResources
task. - Bump batik dependency from
1.7
to1.9.1
. Fix discrepancy in PNG render on mac vs win.output is still a few bits different, but visually indistinguishable- Fixes up-to-date checking for the case that a changed file changes what the output files are.
- First stable release.