hello i am having a error: Process 'command '/Libr...
# community-support
b
hello i am having a error: Process 'command '/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1 and i have tried everything on this page and multiple others i have tried EVERYTHING chatgpt said and i dont know anymore i am hoping someone can help thank you
v
With the given information, all help you can get is "scroll up". Your build calls a Java executable which exits with non-zero code and thus Gradle finishes with error. Hopefully that execution output the problem. If not, maybe you can gather more information with -i or -d, at least the command that is invoked, so that you could execute it manually maybe to see what happens.