File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/security/cli Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencyLicenses {
2424
2525if (project. inFipsJvm) {
2626 unitTest. enabled = false
27+ testingConventions. enabled = false
2728 // Forbiden APIs non-portable checks fail because bouncy castle classes being used from the FIPS JDK since those are
2829 // not part of the Java specification - all of this is as designed, so we have to relax this check for FIPS.
2930 tasks. withType(CheckForbiddenApis ) {
@@ -32,4 +33,5 @@ if (project.inFipsJvm) {
3233 // FIPS JVM includes many classes from bouncycastle which count as jar hell for the third party audit,
3334 // rather than provide a long list of exclusions, disable the check on FIPS.
3435 thirdPartyAudit. enabled = false
36+
3537}
You can’t perform that action at this time.
0 commit comments