Closed
Bug 1218370
Opened 9 years ago
Closed 9 years ago
Consider using the Gradle Daemon
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
All
Android
Tracking
(firefox44 fixed)
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: sebastian, Assigned: nalexander)
References
Details
Since switching to Gradle 2.7 the build now suggests to use the Gradle daemon for faster builds:
> BUILD SUCCESSFUL
>
> Total time: 2 mins 41.061 secs
>
> This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.7/userguide/gradle_daemon.html
Reporter | ||
Updated•9 years ago
|
Component: General → Build Config & IDE Support
Assignee | ||
Comment 1•9 years ago
|
||
We do this for the $OBJDIR installation, and just haven't gotten around to it for the srcdir installation. You're ahead of the curve :)
We'd just need to copy https://dxr.mozilla.org/mozilla-central/source/mobile/android/gradle/gradle.properties#2 into the srcdir. I'll do that now.
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/b39a7e4289d8de57151b826dec3902130f9d0634
Bug 1218370 - Use Gradle daemon in srcdir builds. r=me
Assignee | ||
Updated•9 years ago
|
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 44
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 44 → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•