Fail build on Javadoc warnings in crypto module
Apply the javadoc-warnings-error plugin to spring-security-crypto to ensure that new Javadoc warnings fail the build and prevent regressions. Closes gh-18450 Signed-off-by: Jeongwon Been <congcoding@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'security-nullability'
|
id 'security-nullability'
|
||||||
|
id 'javadoc-warnings-error'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'io.spring.convention.spring-module'
|
apply plugin: 'io.spring.convention.spring-module'
|
||||||
|
|||||||
Reference in New Issue
Block a user