mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
bump source and target to Java 15
This commit is contained in:
@@ -403,9 +403,8 @@ public class NBCLIOptions {
|
||||
arglist.removeFirst();
|
||||
break;
|
||||
case NASHORN_ENGINE:
|
||||
engine = Scenario.Engine.Nashorn;
|
||||
arglist.removeFirst();
|
||||
break;
|
||||
throw new RuntimeException("The nashorn engine has been deprecated in this major version of " +
|
||||
"NoSQLBench");
|
||||
case COMPILE_SCRIPT:
|
||||
arglist.removeFirst();
|
||||
compileScript = true;
|
||||
|
||||
Reference in New Issue
Block a user