muralibasani commented on code in PR #17565:
URL: https://github.com/apache/kafka/pull/17565#discussion_r1808431749
##########
build.gradle:
##########
@@ -794,7 +795,14 @@ subprojects {
description = 'Run checkstyle on all test Java sources'
}
- test.dependsOn('checkstyleMain', 'checkstyleTest')
+ // All available signatures
https://github.com/policeman-tools/forbidden-apis/wiki/BundledSignatures
+ apply plugin: 'de.thetaphi.forbiddenapis'
+ forbiddenApis {
+ bundledSignatures = ['jdk-unsafe']
+ ignoreFailures = true
Review Comment:
@gharris1727 without this ignoreFailures extension, check fails for almost
any module I see.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]