alan-turing-institute / netts

Toolbox for creating networks capturing semantic content of speech transcripts.
https://alan-turing-institute.github.io/netts/
GNU General Public License v3.0
8 stars 1 forks source link

Minimise (in size) the dependencies #117

Open Iain-S opened 3 years ago

Iain-S commented 3 years ago

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.