bump source and target to Java 15

This commit is contained in:
Jonathan Shook
2020-11-19 18:04:47 -06:00
parent 2752fa50b5
commit 7e6aa1a2d8
25 changed files with 129 additions and 708 deletions

View File

@@ -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;