1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Apply javadoc warnings plugin to aspects

The aspects module currently runs :javadoc as NO-SOURCE because it only contains AspectJ sources. Apply javadoc-warnings-error for consistency with other modules and future Java sources.

Closes gh-18446

Signed-off-by: ddingjoo <ddingsha9@teambind.co.kr>
This commit is contained in:
ddingjoo
2026-03-06 20:47:10 +09:00
committed by Rob Winch
parent 0f7a6d45fd
commit 612f7884ea
+1
View File
@@ -1,5 +1,6 @@
apply plugin: 'io.spring.convention.spring-module' apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.freefair.aspectj' apply plugin: 'io.freefair.aspectj'
apply plugin: 'javadoc-warnings-error'
apply plugin: 'compile-warnings-error' apply plugin: 'compile-warnings-error'
compileAspectj { compileAspectj {