Gradle server exited unexpectedly with code 1. Las...
# community-support
h
Gradle server exited unexpectedly with code 1. Last output: Unrecognized option: --add-opens=java.base/java.util=ALL-UNNAMED | Error: Could not create the Java Virtual Machine. | Error: A fatal exception has occurred. Program will exit. Run 'Developer: Reload Window' if Gradle stops working.
v
Some Java version you use somewhere does not support the
--add-opens
parameter you - or some plugin you - use uses on it.
Can you show a build
--scan
URL if it comes that far?