forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously the android local SDK resolvers used <ibiblio/> with local file:// roots. This led to issues resolving any <dependency/> with a custom artifact file:// url itself. Simplify ResolveJarsTestMixin which no longer needs a custom ivysettings.xml as a result of this fix. Testing Done: This ran green locally (I have an android setup): ``` $ ./pants clean-all test \ tests/python/pants_test/android/:: \ tests/python/pants_test/backend/project_info/:: ``` CI went green here: https://travis-ci.org/pantsbuild/pants/builds/83968079 Bugs closed: 2324 Reviewed at https://rbcommons.com/s/twitter/r/2934/
- Loading branch information
Showing
2 changed files
with
34 additions
and
31 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