Explorar el Código

Add security-nullability to webauthn

Issue gh-17839
Rob Winch hace 1 semana
padre
commit
47b4b155da
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 {