We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ded471 commit 639b991Copy full SHA for 639b991
x-pack/plugin/security/cli/build.gradle
@@ -23,7 +23,7 @@ dependencyLicenses {
23
}
24
25
if (project.inFipsJvm) {
26
- tesunitTestt.enabled = false
+ unitTest.enabled = false
27
// Forbiden APIs non-portable checks fail because bouncy castle classes being used from the FIPS JDK since those are
28
// not part of the Java specification - all of this is as designed, so we have to relax this check for FIPS.
29
tasks.withType(CheckForbiddenApis) {
0 commit comments