Closed
Bug 1500511
Opened 7 years ago
Closed 7 years ago
./mach android archive-geckoview fails with javadoc warning error
Categories
(GeckoView :: General, defect)
GeckoView
General
Tracking
(geckoview62 wontfix, geckoview63 wontfix, geckoview64 wontfix, firefox-esr60 wontfix, firefox63 wontfix, firefox64 wontfix, firefox65 fixed)
RESOLVED
FIXED
mozilla65
People
(Reporter: agi, Assigned: agi)
Details
Attachments
(1 file)
I think this actually only fails on my mac but not on my linux desktop for some weird reason, either way it's probably worth to fix it.
> $ ./mach android archive-geckoview
> ...
> /Users/asferro/workspace/gecko-dev/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java:567: warning: no @return
> public String getLocale() {
> ^
>
> 1 warning
> :geckoview:javadocOfficialWithGeckoBinariesNoMinApiRelease FAILED
> :geckoview:sourcesJarOfficialWithGeckoBinariesNoMinApiRelease
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Build file '/Users/asferro/workspace/gecko-dev/mobile/android/geckoview/build.gradle' line: 210
>
> * What went wrong:
> Execution failed for task ':geckoview:javadocOfficialWithGeckoBinariesNoMinApiRelease'.
> > Treating 1 javadoc warning(s) as error(s)
> ...
> BUILD FAILED in 1m 0s
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → agi
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a263875f2a4c
Fix javadoc issue in GeckoRuntimeSettings. r=jchen.
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•7 years ago
|
status-firefox63:
--- → wontfix
status-firefox-esr60:
--- → wontfix
status-geckoview62:
--- → wontfix
status-geckoview63:
--- → wontfix
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
Updated•7 years ago
|
Target Milestone: Firefox 65 → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•