Browse Source

Add security-nullability to webauthn

Issue gh-17839
pull/17846/head
Rob Winch 4 months ago
parent
commit
47b4b155da
No known key found for this signature in database
  1. 4
      webauthn/spring-security-webauthn.gradle

4
webauthn/spring-security-webauthn.gradle

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

Loading…
Cancel
Save