Просмотр исходного кода

Add security-nullability to webauthn

Issue gh-17839
Rob Winch 1 неделя назад
Родитель
Сommit
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 {