-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
When used with cashapp Licensee, Leakcanary libraries are the only ones that do this 😹
E.g. info extracted by Licensee looks like this:
{
"groupId": "com.squareup.leakcanary",
"artifactId": "plumber-android-core",
"version": "2.14",
"name": "Use Plumber Android to fix known leaks in the Android Framework and other Google Android libraries.",
"spdxLicenses": [
{
"identifier": "Apache-2.0",
"name": "Apache License 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"scm": {
"url": "https://github.com/square/leakcanary/"
}
},
The POM name should be the name (e.g. "LeakCanary Plumber Module") instead of a description of how to use it...
