forked from mirrors/gecko-dev
To ensure that we can build offline, we need to prevent gradle from going through remote maven repos directly. That means also overriding the default plugin repository (plugins.gradle.org) in the `pluginManagement` section. Differential Revision: https://phabricator.services.mozilla.com/D201497 |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.gradle | ||
| metrics.yaml | ||
| README.md | ||
samples_glean_library is a toy library that uses glean to record metrics. It exists simply to show how libraries that are neither the application or glean itself can record metrics, and those metrics will be stored and sent as part of the main pings that glean provides.