Hi everyone, I am trying to install datahub using the developer guide,
But ones I tried to build the gms by the command (./gradlew: metadata-service: war: build)
And with the stacktrace I get that the cause of the problem is (Caused by: java.io.IOException: CreateProcess error=206, Nom de fichier ou extension trop long) that's why (Cannot run program "C:\Program Files\Java\jdk1.8.0_201\bin\java.exe")
But I tried to add plugins (like "com.github.ManifestClasspath") to the build.gradle file but it still doesn't work.
Can you help me please