luontola / retrolambda

Backport of Java 8's lambda expressions to Java 7, 6 and 5
Apache License 2.0
3.54k stars 227 forks source link

Allow processing of jars #129

Open evant opened 7 years ago

evant commented 7 years ago

Added new retrolambda.jars and retrolambda.jarsFile properties. Processed jar files will be included along-side existing class files.

The goal of this is it make it easier to process libraries.

aboyboy commented 7 years ago

You need to leave a comment indicating the requested changes.