Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
365 stars 58 forks source link

Experiencing troubles with includeAspectsFromJar #26

Closed mikekudzin closed 7 years ago

mikekudzin commented 7 years ago

Looks like this cleanup commit broke proper plugin execution https://github.com/Archinamon/GradleAspectJ-Android/commit/55bbece0468ce7ec4b8e628a0804948ead4ff627

I have performed debugging around def isFilterMatched(String str, List filters, FilterPolicy filterPolicy) execution. Appears it returns false even if within for (String s : filters) { if (isContained(str, s)) { true; } } isContained returns true. Possibly because of enclosing for loop. Here is a discussion on the same problem.

Archinamon commented 7 years ago

Wow. That's new. I'll re-upload 2.2.0 artifacts and will fix it separately on 2.2.1 to handle existing users.

Archinamon commented 7 years ago

Try with new artifacts or re-upload 2.2.0 please.