Skip to content

v1.1.2, depencies changed to compileOnly / provided

Compare
Choose a tag to compare
@sargue sargue released this 01 Apr 08:30
· 48 commits to master since this release

I have changed the gradle build to use the gradle wrapper and gradle version
2.12 which finally includes a compile-only (like provided) configuration.
I have updated the build script acordingly. It shouldn't break any build but I
detected that including this library before this change leaked some undesired
jar files (like the JSTL API).