Chronicle-Wire icon indicating copy to clipboard operation
Chronicle-Wire copied to clipboard

Support passing additional command line options to Wires#CACHED_COMPILER

Open glukos opened this issue 3 years ago • 1 comments

Example use case: pass --preview to allow compilation of method readers that import classes with preview features in the code. Currently, constructor that uses the default options Arrays.asList("-g", "-nowarn"); is hardcoded. For example, we can add a system property that lists additional options.

glukos avatar Aug 25 '22 17:08 glukos

is this required for a client project? if not, I suggest we close this until it is required.

RobAustin avatar Sep 12 '22 07:09 RobAustin