-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding java support for shared thirdparty
Summary: Enable using our shared NFS thirdparty, if available, during the java mvn steps as well. Test Plan: Using `mvn clean package`: - On NFS: `[WARNING] PROTOC: [2018-04-25T02:23:40 common-build-env.sh:1354 find_shared_thirdparty_dir] Using existing third-party dependencies from /n/jenkins/thirdparty/yugabyte-thirdparty-2018-04-17T11_16_55/thirdparty` - On my mac: `[WARNING] PROTOC: [2018-04-24T19:26:44 common-build-env.sh:1342 find_shared_thirdparty_dir] Parent directory for shared third-party directories ('/n/jenkins/thirdparty') does not exist, cannot use pre-built third-party directory from there.` Reviewers: mikhail Reviewed By: mikhail Subscribers: ybase Differential Revision: https://phabricator.dev.yugabyte.com/D4675
- Loading branch information
Showing
4 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters