Skip to content

Commit 639b991

Browse files
committed
Fix typo in unitTest task
Fix the typo introdcued in elastic#36311 causing CI failures with the FipsJvm.
1 parent 4ded471 commit 639b991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencyLicenses {
2323
}
2424

2525
if (project.inFipsJvm) {
26-
tesunitTestt.enabled = false
26+
unitTest.enabled = false
2727
// Forbiden APIs non-portable checks fail because bouncy castle classes being used from the FIPS JDK since those are
2828
// not part of the Java specification - all of this is as designed, so we have to relax this check for FIPS.
2929
tasks.withType(CheckForbiddenApis) {

0 commit comments

Comments
 (0)