We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622a7f1 commit 293ed6dCopy full SHA for 293ed6d
x-pack/plugin/security/cli/build.gradle
@@ -24,6 +24,7 @@ dependencyLicenses {
24
25
if (project.inFipsJvm) {
26
unitTest.enabled = false
27
+ testingConventions.enabled = false
28
// Forbiden APIs non-portable checks fail because bouncy castle classes being used from the FIPS JDK since those are
29
// not part of the Java specification - all of this is as designed, so we have to relax this check for FIPS.
30
tasks.withType(CheckForbiddenApis) {
@@ -32,4 +33,5 @@ if (project.inFipsJvm) {
32
33
// FIPS JVM includes many classes from bouncycastle which count as jar hell for the third party audit,
34
// rather than provide a long list of exclusions, disable the check on FIPS.
35
thirdPartyAudit.enabled = false
36
+
37
}
0 commit comments