Skip to content

Commit

Permalink
using specification version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy committed Oct 29, 2021
1 parent 8c1e15e commit 885d463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/bee/processor/Task.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public InfoHolder eval() {
onExceptionHandler.eval();
}
}
} else if(tool != null && Misc.getInt(System.getProperty("java.version"), 0) > 10) {
} else if(tool != null && Misc.getInt(System.getProperty("java.specification.version"), 0) > 10) {
int resultCode ;
List<String> args = new ArrayList<String>(parameters.size());
fillParameters(args, null);
Expand Down

0 comments on commit 885d463

Please sign in to comment.