Closed
Bug 1382774
Opened 5 years ago
Closed 5 years ago
Fetch Android Gradle dependencies from jcenter rather than Maven Central
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox56 fixed)
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(2 files)
Google is moving away from Maven Central and towards maven.google.com and jcenter. We need to follow to pull recent dependencies in the Android Gradle dependencies job.
Assignee | ||
Comment 1•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=69bc9de08be9f8b65553c04640cd04dfd07a7fd8
Assignee | ||
Comment 2•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c945acabcedd98439a0ca0e26251bab1a41de197
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 5•5 years ago
|
||
mozreview-review |
Comment on attachment 8888472 [details] Bug 1382774 - Pre: Don't fail |mach android gradle-dependencies|. https://reviewboard.mozilla.org/r/159418/#review165126
Attachment #8888472 -
Flags: review?(s.kaspari) → review+
Comment 6•5 years ago
|
||
mozreview-review |
Comment on attachment 8888473 [details] Bug 1382774 - Configure android-gradle-dependencies to use jcenter instead of central. https://reviewboard.mozilla.org/r/159420/#review165128
Attachment #8888473 -
Flags: review?(s.kaspari) → review+
Comment 7•5 years ago
|
||
LGTM. I'll try to land them to unblock bug 1380639. :)
Comment 8•5 years ago
|
||
mozreview-review |
Comment on attachment 8888473 [details] Bug 1382774 - Configure android-gradle-dependencies to use jcenter instead of central. https://reviewboard.mozilla.org/r/159420/#review165130 ::: taskcluster/docker/android-gradle-build/bin/after.sh:17 (Diff revision 1) > # Not yet. See notes on tooltool below. > # cp -R /root/.android-sdk android-sdk-linux > # tar cJf android-sdk-linux.tar.xz android-sdk-linux > > -cp -R /workspace/nexus/storage/central jcentral > +cp -R /workspace/nexus/storage/jcenter jcentral > tar cJf jcentral.tar.xz jcentral Because of the name "jcentral" I thought we'd pull dependencies from jcenter already. :)
Pushed by s.kaspari@gmail.com: https://hg.mozilla.org/integration/autoland/rev/636f4f483359 Pre: Don't fail |mach android gradle-dependencies|. r=sebastian https://hg.mozilla.org/integration/autoland/rev/2b78ed90d463 Configure android-gradle-dependencies to use jcenter instead of central. r=sebastian
Assignee | ||
Comment 10•5 years ago
|
||
(In reply to Sebastian Kaspari (:sebastian) from comment #8) > Comment on attachment 8888473 [details] > Bug 1382774 - Configure android-gradle-dependencies to use jcenter instead > of central. > > https://reviewboard.mozilla.org/r/159420/#review165130 > > ::: taskcluster/docker/android-gradle-build/bin/after.sh:17 > (Diff revision 1) > > # Not yet. See notes on tooltool below. > > # cp -R /root/.android-sdk android-sdk-linux > > # tar cJf android-sdk-linux.tar.xz android-sdk-linux > > > > -cp -R /workspace/nexus/storage/central jcentral > > +cp -R /workspace/nexus/storage/jcenter jcentral > > tar cJf jcentral.tar.xz jcentral > > Because of the name "jcentral" I thought we'd pull dependencies from jcenter > already. :) Yeah, me too. I must have just been confused, since jcentral isn't jcenter and isn't Maven Central :)
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/636f4f483359 https://hg.mozilla.org/mozilla-central/rev/2b78ed90d463
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Updated•3 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 56 → mozilla56
You need to log in
before you can comment on or make changes to this bug.
Description
•