You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build outputs a warning. Cannot find usage in our codebase or in dependencies. [warning] Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes')
I looked for usage of the annotation @DeclareAnnotation in project source code as well as dependencies and was not able to find any jar that uses this annotation except jars of the AspectJ Gradle plugins containing the class AtAjAttributes.
The build outputs a warning. Cannot find usage in our codebase or in dependencies.
[warning] Found @DeclareAnnotation while current release does not support it (see 'org.aspectj.weaver.bcel.AtAjAttributes')
This issue occurred as a result of upgrading
JOPA
to newest version in [#44] Upgrading project buildThe text was updated successfully, but these errors were encountered: