- apply various suggestions to improve and cleanup legacy code
- add artifactId to the
Library
class which is generated via the gradle plugin- allows to display it in the UI
- add check which libraries were handled already
- rename method to be more clear about its purpose
- fix some formatting
- make maps not static, as this will be kept accross runs which can lead to wrong output
Gradle Plugin
As of 8.0.0-b02
the gradle plugin is now on jCenter
.
// Root build.gradle
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibrariesVersion}"
// App build.gradle
apply plugin: 'com.mikepenz.aboutlibraries.plugin'