rmuir commented on PR #834: URL: https://github.com/apache/lucene/pull/834#issuecomment-1108490605
I took a look, it seems to me at a lance: * any error from WrapperDownloader will go to `:fail` section via an explicit GOTO: `IF %ERRORLEVEL% NEQ 0 goto fail` * any error from gradlew itself will fall through to `:fail` section simply because it is located above it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
