jprante / gradle-plugin-jflex

A JFlex plugin for Gradle
Apache License 2.0
8 stars 6 forks source link

jflex gradle plugin is not supporting gradle cache #6

Open dcabasson opened 6 years ago

dcabasson commented 6 years ago

Please enable gradle cache for this plugin.

imoverclocked commented 6 years ago

This would be really helpful since JFlex is fairly early on in many build cycles. There is a general doc that describes how to properly enable caching for gradle tasks.

Currently, the full path to the inputs and outputs are being used which invalidates the usage of caching between developers who may have different checkout paths. This translates to different JFlex comments in generated sources for the same inputs.

Thanks in advance!