Skip to content

0.3.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 07 Feb 17:43
· 274 commits to develop since this release
2f75c11
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