Hello,
I have a gradle build that stopped working. I have not touched the build files. The error I get is:
FAILURE: Build failed with an exception.
- What went wrong:
Failed to notify build listener.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-hadoop-cascading’ of type org.gradle.api.Project.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-hadoop-mr’ of type org.gradle.api.Project.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-hadoop-hive’ of type org.gradle.api.Project.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-hadoop-pig’ of type org.gradle.api.Project.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-spark-13’ of type org.gradle.api.Project.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-spark-20’ of type org.gradle.api.Project.
Could not get unknown property ‘inFipsJvm’ for project ‘:elasticsearch-storm’ of type org.gradle.api.Project.
I have created a scan, which can be accessed here:
https://scans.gradle.com/s/lob4ok5at2swo/
I tried to build from command line, from IDE (IntelliJ) same result.
I tried several versions of gradle: 4.5 and 4.9.
What is going on? What can I do?