Fix ZSTD implementation and test-loading. Don't allow disabling of the test on startup

This commit is contained in:
dordsor21
2021-09-17 14:38:28 +01:00
parent 9fb6ebe7ac
commit 74697ee312
4 changed files with 124 additions and 132 deletions

View File

@@ -36,7 +36,7 @@ truezip = "6.8.4"
auto-value = "1.7.4"
findbugs = "3.0.2"
rhino-runtime = "1.7.13"
zstd-jni = "1.5.0-4"
zstd-jni = "1.4.8-1" # Not latest as it can be difficult to obtain latest ZSTD libs
antlr4 = "4.9.1"
json-simple = "1.1.1"
paranamer = "2.8"