sbt-antlr4
sbt-antlr4 copied to clipboard
add javaBinaryPath option
I'm using a CI environment where the java binary isn't in the path, so Process("java", args)
throws an exception, so it's really useful to add an option to set an explicit path to the java binary.