You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fail build on WARN/ERROR log events via internal logging hook
Use Gradle 8.x’s internal logging API to abort the build if any log event of severity WARN or higher is emitted. This helps prevent harmless warnings from blocking Log4j adoption in strict environments.
⚠️ This approach relies on unsupported APIs and may break with Gradle 9.x, but it is currently the most effective option.
0 commit comments