Skip to content

Commit 39544e1

Browse files
jwbeenrwinch
authored andcommitted
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>
1 parent d07d3a1 commit 39544e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crypto/spring-security-crypto.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'security-nullability'
3+
id 'javadoc-warnings-error'
34
}
45

56
apply plugin: 'io.spring.convention.spring-module'

0 commit comments

Comments
 (0)