0.3.0
·
288 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | remove guava dependency I've come across multiple gradle plugins which publish a fat jar that embeds a version of ImmutableMap from an older version of guava, causing the classloader to load the older version and this code to fail (because it used a method from a newer version). |
#22 |