Ibotta / gradle-aspectj-pipeline-plugin

A Gradle plugin for Android projects which performs AspectJ weaving using Android's bytcode manipulation pipeline.
Apache License 2.0
75 stars 15 forks source link

Add regexpFilter extension property #18

Open baolongnt opened 2 years ago

baolongnt commented 2 years ago

This property when set will take precedence on the existing filter one. It allows for one to provide a regular expression that will be used to filter the file paths to include when weaving the files in the project.

This can be useful when one want to weave the code in the project as well as specific libraries.