gradle-retrolambda icon indicating copy to clipboard operation
gradle-retrolambda copied to clipboard

Run retrolamba in process

Open evant opened this issue 8 years ago • 0 comments

Should be able to invoke retrolamba directly instead of running it in a separate processes passing command line args. This can improve performance and possibly simplify implementation. It should start out disabled by default behind a flag such as

retrolambda {
  runInProcess true
}

to help iron out any issues.

Ideally we'd want to keep allowing the user to specify what version of retrolamba is used, but the mechanism might have to change.

evant avatar Nov 29 '16 22:11 evant