소스 검색

Add security-nullability to webauthn

Issue gh-17839
Rob Winch 1 주 전
부모
커밋
47b4b155da
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      webauthn/spring-security-webauthn.gradle

+ 4 - 0
webauthn/spring-security-webauthn.gradle

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