gradle-aspectj-binary icon indicating copy to clipboard operation
gradle-aspectj-binary copied to clipboard

Gradle plugin for AspectJ binary weaving

Results 6 gradle-aspectj-binary issues
Sort by recently updated
recently updated
newest added

Turned out that - the plugin is not compatible with Gradle 7 because of missing input/output annotations for the `AjcTask` - bintray repository is no longer available In this PR,...

I'm trying to build a project using jcabi-aspects. I have gradle 7.1.1 When I do `gradle build`, I get the following errors on weaveClasses task: ``` FAILURE: Build failed with...

i see in the AspectJBinaryWeavingPlugin.kt, i see that only main sourceSet is supported, but i have project where few modules have java as a sourceset and few modules have main...

Hi! When I try to execute a `gradle clean` the following error occurs: ``` * Exception is: org.gradle.api.GradleScriptException: A problem occurred evaluating project ':manager'. at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:92) at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:204) at org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)...

I am trying to make this work in Android, but it shows this error : > The 'java' plugin has been applied, but it is not compatible with the Android...

does the post-time compile solve problem of conflict with lombok problem?