-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Aggregate licences to one file in multi module project #41
Comments
Have you tried just applying this to the "app" module? You only need the license file for the end production app. |
Yes I tried that, but it only shows the direct dependencies of the app module not the dependencies of the other gradle modules. |
I have a few tests with modules. Can you great a test project on GitHub so
I can work on it?
…On Thu, Apr 12, 2018, 10:57 PM Michael Möbius ***@***.***> wrote:
Yes I tried that, but it only shows the direct dependencies of the app
module not the dependencies of the other gradle modules.
I would like to have one licence file for the end production app.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABqMSPvWT2TrSbpV--6RNBmoSLSZtnbIks5toD43gaJpZM4TJsTb>
.
|
Any update on this? If you have What does your |
Bump |
I have the same issue. The build.gradle in my app module looks like this:
The build.gradle in my persistence module looks like this:
And here is my root build.gradle:
|
i have nearly the same setup, but dependencies of other modules than :app are not visible in the generated html file @jaredsburrows is there any chance to get an update on this? |
Any follow up on this? |
@jimlyas I accept PRs :) How would this work? Aggregate all submodules into the root where |
I have an android project (with AGP 3.2.0) with a lot of library modules. I would like to have all dependencies in one file. Is this currently possible? I would like to apply the plugin to the root gradle file, so it can check all modules.
At the moment I will get one licence report per module.
For this I added the plugin in all modules.
The text was updated successfully, but these errors were encountered: