1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix: Enforce compiler warnings in oauth2-core

To prevent future compiler warnings from being introduced, this change
applies the `compile-warnings-error` plugin to the
`spring-security-oauth2-core` module.

This ensures that any new warnings will fail the build, maintaining
code quality and preventing warning accumulation.

Fixes: gh-18434
Signed-off-by: Pavel Vassiliev <paulvas@gmail.com>
Signed-off-by: paulvas <paulvas@gmail.com>
This commit is contained in:
paulvas
2026-01-12 12:58:59 -05:00
committed by Rob Winch
parent 1ddccd8a39
commit da4362111a
3 changed files with 23 additions and 0 deletions
@@ -1,3 +1,7 @@
plugins {
id 'compile-warnings-error'
}
apply plugin: 'io.spring.convention.spring-module'
dependencies {