Преглед на файлове

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 {