github mikepenz/AboutLibraries v8.0.0-a05

latest releases: 11.2.0, 11.2.0-a01, v11.1.4...
pre-release4 years ago
  • depend on the stable version of the gradle build tools plugin
  • enhance meta data resolving logic
    • include potential parent POM files (based on https://github.com/ben-manes/gradle-versions-plugin)
    • if a parent tag is present and the child misses author, authorWebsite or licenseId use the parents one
    • if the child has no group specified, but a parent, use parents group
  • no longer include artifact in description, add as a new attribute, perhaps add setting for description adustment
  • fix custom property filling for licenses
  • fix "null" string in some libraries
  • add custom name mapping for chucker due to null in name

Gradle Plugin

As of 8.0.0-a05 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'

Don't miss a new AboutLibraries release

NewReleases is sending notifications on new releases.