Browse Source

Add `compile-warnings-error`

Closes gh-18429

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
pull/18597/head
Tran Ngoc Nhan 2 months ago committed by Rob Winch
parent
commit
bd49ceb0ef
  1. 1
      kerberos/kerberos-web/spring-security-kerberos-web.gradle

1
kerberos/kerberos-web/spring-security-kerberos-web.gradle

@ -2,6 +2,7 @@ plugins { @@ -2,6 +2,7 @@ plugins {
id 'security-nullability'
id 'io.spring.convention.spring-module'
id 'javadoc-warnings-error'
id 'compile-warnings-error'
}
description = 'Spring Security Kerberos Web'

Loading…
Cancel
Save