Update git submodules
* Update frameworks/support from branch 'androidx-master-dev'
to 2f788dff708c19032df53d16a26acf58f22f3d55
- Merge "import_maven_artifacts.py clearer error in case of invalid metalava build id" into androidx-master-dev
- import_maven_artifacts.py clearer error in case of invalid metalava build id
Bug: 175414204
Test: Run `./import_maven_artifacts.py -n nogroup:noartifact:0 -mb 000`, see it says this:
Execution failed for task ':fetchArtifacts'.
> Artifact nogroup:noartifact:0 not found!
Make sure that ab/000 contains the `metalava` target and that it has finished building, or see ab/metalava-master for available build ids
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
1 actionable task: 1 executed
See also development/diagnose-build-failure for help with build failures in this project.
Traceback (most recent call last):
File "./import_maven_artifacts.py", line 95, in <module>
main()
File "./import_maven_artifacts.py", line 68, in main
assert not process.returncode
AssertionError
Test: ./import_maven_artifacts.py -n com.android.tools.metalava:metalava:1.0.0-alpha02 -mb 6981020 # see that it still doesn't fail
Change-Id: I7bec948fdfe4adce8bf3d605dcad3ea1f010ac56
Loading
Please sign in to comment