File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
build-tools-internal/src/main/groovy Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import org.elasticsearch.gradle.testclusters.TestDistribution
2020// Common config when running with a FIPS-140 runtime JVM
2121if (buildParams. inFipsJvm) {
2222 allprojects {
23- String javaSecurityFilename = buildParams. runtimeJavaDetails. toLowerCase(). contains(' oracle' ) ? ' fips_java_oracle.security' : ' fips_java.security'
23+ String javaSecurityFilename = buildParams. runtimeJavaDetails. get() . toLowerCase(). contains(' oracle' ) ? ' fips_java_oracle.security' : ' fips_java.security'
2424 File fipsResourcesDir = new File (project. buildDir, ' fips-resources' )
2525 File fipsSecurity = new File (fipsResourcesDir, javaSecurityFilename)
2626 File fipsPolicy = new File (fipsResourcesDir, ' fips_java.policy' )
You can’t perform that action at this time.
0 commit comments