Skip to content

Commit d526bb4

Browse files
ngocnhan-tran1996rwinch
authored andcommitted
Add compile-warnings-error
Closes gh-18438 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 30975df commit d526bb4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

saml2/saml2-service-provider/spring-security-saml2-service-provider.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id 'compile-warnings-error'
3+
}
4+
15
apply plugin: 'io.spring.convention.spring-module'
26

37
configurations {
@@ -109,6 +113,7 @@ dependencies {
109113

110114
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
111115
testRuntimeOnly 'org.hsqldb:hsqldb'
116+
opensamlFiveMain "org.apiguardian:apiguardian-api:1.1.2"
112117
}
113118

114119
jar {

0 commit comments

Comments
 (0)