Alexander Sedov
Alexander Sedov
1. Am I right that both aspect classes and annotated classes are in this dependency project? What happens if you invoke `gradle classes` directly on this dependency project? Are you...
1. As you may see in the example project, I use an external aspect `com.jcabi.aspects.Quietly` and it works fine. Should be the same for your aspect in the dependency project....
Sorry, but I don't get what you mean in 1. As for the help with kotlin - no problem at all. Can you bullet here what you want from the...
Please see the updated `examples` project for reference
Hey! Should work as this method was added in Gradle API 4.9. Probably I need to add tests of the example project compilation with different Gradle versions...
Hi @kiran4298! Please take a look at https://docs.gradle.org/current/userguide/custom_plugins.html#sec:getting_input_from_the_build article for how to make a plugin configurable. You may add a plugin extension with a property to specify all source set...
Please see the updated README and https://github.com/sedovalx/gradle-aspectj-binary/releases/tag/1.0.41. I've added support for multiple source sets to the plugin but... honestly, I haven't tested it. So, if you still feel the need,...
I'm sorry @qhr-nwourms but I don't have much time for looking into this now. Feel free to fork the repo or create a merge request with changes that you need.
Yeah, the `java` plugin is unconditionally applied for now. It is needed to find a source set to weave. It seems it can be made configurable via the plugin configuration....
This configuration is in my imagination only for now... I was asking if you wanted to implement it. If not I will handle it by myself.