Archinamon / android-gradle-aspectj

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

AspectJ version? #13

Closed renaudcerrato closed 8 years ago

renaudcerrato commented 8 years ago

Can't you add a way to change the AspectJ version?

Archinamon commented 8 years ago

No way. AJ-version constantly defines on plugin compile step. I can make a build with a specific aj-version, if you need such.

Archinamon commented 8 years ago

I've got couple minds about how to achieve this option w/o defining extra classpath in work-project, simply using aspectj-extension options. Will look for this job soon. Thank's for an issue!

renaudcerrato commented 8 years ago

Great! For now, I ended up copying your groovy files into my buildscript folder. Will wait for a fix then! Thanks for that plugin, he's the only one working flawlessly on our gigantic project!

Archinamon commented 8 years ago

Implemented in 1.3.3;

renaudcerrato commented 8 years ago

Amazing!

Archinamon commented 8 years ago

You may use parameter: aspectj { ajc "1.8.9" } Added this to a readme description too :)