Fix security-nullability plugin in taglibs

Issue gh-17828
This commit is contained in:
Rob Winch 2025-08-30 20:44:29 -05:00
parent 5370f1190f
commit 9866435946
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'apply-nullability'
id 'security-nullability'
}
apply plugin: 'io.spring.convention.spring-module'