Fixed looking for wrong jar

This commit is contained in:
darbyjack 2022-06-03 10:00:33 -05:00
parent 83ae6195d9
commit 94cf20c709
No known key found for this signature in database
GPG Key ID: F4B1016988371117

View File

@ -12,7 +12,7 @@ import java.util.Map;
public final class NashornScriptEvaluatorFactory implements ScriptEvaluatorFactory {
public static final Collection<String> LIBRARIES = Arrays.asList(
"nashorn-core-15.3.isolated-jar",
"nashorn-core-15.4.isolated-jar",
"asm-commons-9.2.isolated-jar",
"asm-util-9.2.isolated-jar",
"asm-9.2.isolated-jar"