Archinamon / android-gradle-aspectj

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

It duplicates a task execution time record if applyed to a few modules #54

Closed Viacheslav01 closed 7 years ago

Archinamon commented 7 years ago

implemented in 3.1.1 — already available in maven :) look for buildTimeLog parameter in readme or use directly in gradle config:

aspectj {
    buildTimeLog false // default is true
}