Skip to content
New issue

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

Find license from parent on OSS License Plugin. #302

Open
ganadist opened this issue Oct 14, 2024 · 0 comments
Open

Find license from parent on OSS License Plugin. #302

ganadist opened this issue Oct 14, 2024 · 0 comments

Comments

@ganadist
Copy link

ganadist commented Oct 14, 2024

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):

  • Gradle version: Any
  • Android Studio version: Any
  • Plugin name and version : OSS Licenses 0.10.6

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant