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
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'XXXXX'.
> A problem occurred starting process 'command 'uname''
Thanks for the response
The text was updated successfully, but these errors were encountered:
Ideally, we should have CI testing for Windows.
However, I think it's better to use a try-catch block at least, instead of allowing the program to crash.
Hello 👋, is the plugin supposed to work under windows? This line seems to break the gradle build as
uname
is not a Windows command.my project
build.gradle.kts
The error I got
Thanks for the response
The text was updated successfully, but these errors were encountered: