We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
To Reproduce Steps to reproduce the behavior:
$ git clone https://github.com/ganadist/minimal-reproducible-example -b oss-license $ cd minimal-reproducible-example $ ./gradlew :app:assembleProductionRelease $ adb install -r app/build/outputs/apk/production/release/app-production-release.apk
Expected behavior CommonMark license should be shown on license activity
Desktop (please complete the following information):
Additional context On https://maven.apache.org/pom.html#inheritance , licenses item can be inherited from parent. But, oss-licenses-plugin don't look up licenses item from parent. X-posted this issue on commonmark/commonmark-java#347
licenses
parent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CommonMark license should be shown on license activity
Desktop (please complete the following information):
Additional context
On https://maven.apache.org/pom.html#inheritance ,
licenses
item can be inherited fromparent
.But, oss-licenses-plugin don't look up
licenses
item from parent.X-posted this issue on commonmark/commonmark-java#347
The text was updated successfully, but these errors were encountered: