AtomBuild / atom-build-gradle

Gradle plugin for atom-build
MIT License
3 stars 7 forks source link

Error when project folder contains spaces #17

Open YtvwlD opened 6 years ago

YtvwlD commented 6 years ago

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)
YtvwlD commented 6 years ago

Oh, this seems to be the same issue as #13 and #10.