Skip to content

Fix Ant's bundled jar generation

Moed, Matthijs requested to merge fix-bundled-jar into master

Fixes generation of a bundled jar with Ant's package-for-store task. Previously broken because of missing dependencies in dist/lib and because of hitting a file count limit for the number of included class files in the final jar.

Merge request reports