The dependency downloads take a long time, both for the end user and for the GitHub action, which can't cache such large files. We should be able to use ProGuard (https://www.guardsquare.com/proguard / https://github.com/Guardsquare/proguard) or some other tricks to make the .jar files smaller. We may have to recompile them first.
The dependency downloads take a long time, both for the end user and for the GitHub action, which can't cache such large files. We should be able to use ProGuard (https://www.guardsquare.com/proguard / https://github.com/Guardsquare/proguard) or some other tricks to make the .jar files smaller. We may have to recompile them first.