ihji / sbt-antlr4

Antlr4 plugin for sbt 1.1+ and 0.13.x
57 stars 35 forks source link

add javaBinaryPath option #32

Open andrewstellman opened 2 years ago

andrewstellman commented 2 years ago

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.