arendd / AspectjGradlePlugin

AspectJ Plugin for Gradle 5+
11 stars 4 forks source link

not creating tasks for configured source sets #1

Open ejosiah opened 4 years ago

ejosiah commented 4 years ago

I'm using lombok and the compile doesn't work with lombok, so I'm using delombok to generate source files and then using a new sourceSet config. but yout plugin doesn't seem to be creating any other tasks apart from the main task

arendd commented 4 years ago

Sorry, can you please give me more details? I do not use lombok, so it's difficult to help. I just use the plugin to weave my aspects into my java code.