mozilla-mobile / gradle-apilint

Gradle Plugin that tracks the API of an Android library and helps maintain backward compatibility.
Mozilla Public License 2.0
8 stars 9 forks source link

Closes #24: Generate json result file. #25

Closed agi90 closed 6 years ago

agi90 commented 6 years ago

This change adds a json file output with equivalent information as the command line output. This file is intended to be consumed by automation tools.

This change also fixes a bug where the name of methods with annotations would not be parsed correctly.