Closed
Bug 1587110
Opened 6 years ago
Closed 6 years ago
Incorrect path for import statement in Book of Glean
Categories
(Data Platform and Tools :: Glean: SDK, defect, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: travis_, Assigned: janerik)
Details
(Whiteboard: [telemetry:glean-rs:m11][docdays])
Attachments
(1 file)
While going through the docs to create an example, I noticed that the Book of Glean has an incorrect path shown for importing the sdk_generator.gradle. It currently shows this:
apply from: 'https://github.com/mozilla-mobile/android-components/raw/v16.0.0/components/service/scripts/sdk_generator.gradle'
Which is missing /glean and it should be this:
apply from: 'https://github.com/mozilla-mobile/android-components/raw/v16.0.0/components/service/glean/scripts/sdk_generator.gradle'
| Assignee | ||
Updated•6 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m?][docdays]
| Reporter | ||
Updated•6 years ago
|
Whiteboard: [telemetry:glean-rs:m?][docdays] → [telemetry:glean-rs:m11][docdays]
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jrediger
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•