Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Migrate Glean to the latest build system #2388

Closed
keianhzo opened this issue Nov 27, 2019 · 1 comment · Fixed by #2439
Closed

Migrate Glean to the latest build system #2388

keianhzo opened this issue Nov 27, 2019 · 1 comment · Fixed by #2439
Assignees
Milestone

Comments

@keianhzo
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Latest version of Glean uses a different build system based on a glean gradle plugin. We should keep up to date with the latest Glean version and migrate our build system to the new one.

We can safely follow what Fenix does on this regard.

Additional context
https://mozilla.github.io/glean/book/user/adding-glean-to-your-project.html

@daoshengmu
Copy link
Contributor

I didn't see any difference after adding the below script into build.gradle,

 maven {
            url "https://maven.mozilla.org/maven2"
        }
        dependencies {
            classpath "org.mozilla.telemetry:glean-gradle-plugin:$deps.android_components_version"
        }

I look forward it can help us re-generate metrics.md once I do changes at its *.yaml.

@jvonitter jvonitter added this to the #8 features milestone Nov 28, 2019
@jvonitter jvonitter removed their assignment Dec 2, 2019
@keianhzo keianhzo self-assigned this Dec 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants