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
This bug in build-gradle only occurs when using the gradle wrapper.
Error: Command failed: /home/user/path with spaces/gradlew tasks
/bin/sh: 1: /home/user/path: not found
at ChildProcess.exithandler (child_process.js:223:12)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at maybeClose (internal/child_process.js:885:16)
at Socket.<anonymous> (internal/child_process.js:334:11)
at emitOne (events.js:96:13)
at Socket.emit (events.js:188:7)
at Pipe._handle.close [as _onclose] (net.js:501:12)
The text was updated successfully, but these errors were encountered:
This bug in
build-gradle
only occurs when using the gradle wrapper.The text was updated successfully, but these errors were encountered: