Remove compiler warnings in spring-security-ldap
- Add compile-warnings-error plugin to ldap module - Replace org.springframework.lang.NonNull with org.jspecify.annotations.NonNull - Add @SuppressWarnings for unchecked/rawtypes/deprecation warnings Closes gh-18405 Signed-off-by: LeeJiWon <dlwldnjs1009@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply plugin: 'javadoc-warnings-error'
|
||||
apply plugin: 'compile-warnings-error'
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-security-dependencies"))
|
||||
|
||||
Reference in New Issue
Block a user