cookpad / LicenseToolsPlugin

Gradle plugin to check library licenses and generate license pages for Android
Apache License 2.0
174 stars 29 forks source link

Set the message of NotEnoughInformationException #105

Closed AlanChiou closed 3 years ago

AlanChiou commented 3 years ago

NotEnoughInformationException extends RuntimeException but you didn't give any message into it. Please fill it with what error happens and dependency info.

https://github.com/cookpad/LicenseToolsPlugin/blob/41e81444fc264551477aee497c52e1893d69c92e/plugin/src/main/java/com/cookpad/android/plugin/license/exception/NotEnoughInformationException.kt

Error message in Gradle console


* What went wrong:
Execution failed for task ':app:generateLicensePage'.
> com.cookpad.android.plugin.license.exception.NotEnoughInformationException (no error message)
AlanChiou commented 3 years ago

Released in 1.2.8