pytorch
71aacf7b - Gradle build offline dependencies #2 (#29738)

Commit
5 years ago
Gradle build offline dependencies #2 (#29738) Summary: The issue with previous build was that after phabricators lint error about double quotes I changed: `$GRADLE_PATH $GRADLE_PARAMS` -> `"$GRADLE_PATH" "$GRADLE_PARAMS"` which ended in error: ``` Nov 13 17:16:38 + /opt/gradle/gradle-4.10.3/bin/gradle '-p android assembleRelease --debug --stacktrace --offline' Nov 13 17:16:40 Starting a Gradle Daemon (subsequent builds will be faster) Nov 13 17:16:41 Nov 13 17:16:41 FAILURE: Build failed with an exception. Nov 13 17:16:41 Nov 13 17:16:41 * What went wrong: Nov 13 17:16:41 The specified project directory '/var/lib/jenkins/workspace/ android assembleRelease --debug --stacktrace --offline' does not exist. ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/29738 Differential Revision: D18486605 Pulled By: IvanKobzarev fbshipit-source-id: 2b06600feb9db35b49e097a6d44422f50e46bb20
Author
Parents
Loading