- if we do not find a license or library for a enchantment, copying over the license do not create an empty file with 'null'
- the answers terms of service redriect to the fabric ones
- FIX #462
Gradle Plugin
As of 8.0.0-b01
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'