Hi
Running build.gradle under a DOS windows brings a failure as the cygpath binary is unknown. IMHO, the script should test the existence of cygpath somewhere.
Z:\git\cpp_gradle>c:\programfiles\gradle\bin\gradle
Current environment isWin = true, isCygwin = false
cygwinOrUnixRootDir = Z:\git\cpp_gradle
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use Task.doLast(Action) ins
tead.
at build_4wymg0rvw0bnwj0sgc2zdddtn.run(Z:\git\cpp_gradle\build.gradle:91)
:testToolkit
============================================================================
Test separators
============================================================================
s = a/b\c
withWinSeparator(s) = a\b\c
withUnixSeparator(s) = a/b/c
============================================================================
Test winPath() and unixPath()
============================================================================
s = a/b\c
:testToolkit FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':testToolkit'.
> A problem occurred starting process 'command 'cygpath''
Hi
Running build.gradle under a DOS windows brings a failure as the cygpath binary is unknown. IMHO, the script should test the existence of cygpath somewhere.