You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running gradle 8.11 or higher results in the crash:
$ gradle run
FAILURE: Build failed with an exception.
* What went wrong:
Unable to get mutable environment variable map.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Downgrading the package to 8.10.2 fixes the issue:
Description / Steps to reproduce the issue
Running gradle
8.11
or higher results in the crash:Downgrading the package to
8.10.2
fixes the issue:Expected behavior
Gradle should execute the program successfully.
Actual behavior
Gradle crashes with error:
Unable to get mutable environment variable map.
Verification
Windows Version
MSYS_NT-10.0-19045
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: