浏览代码

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 {