Jared Burrows
Jared Burrows
@mwhipple Do you believe this is related? It will fix this problem? If so, I can make a quick release.
I have not pushed out an update for this yet - https://github.com/jaredsburrows/gradle-license-plugin/pull/218. You can use the snapshot for now.
@pawlinsky I would need to see the full stacktrace. I do not see this plugin mentioned in there.
Seems like a recursion issue. Can you post your build file?
Have you tried just applying this to the "app" module? You only need the license file for the end production app.
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...
Any update on this? If you have `implementation project(":sdk")` in your `build.gradle`, it should work read into the projects dependencies. What does your `build.gradle` look like?
@jimlyas I accept PRs :) How would this work? Aggregate all submodules into the root where `gradlew licenseReport` was ran? What if there is more than one 1 app in...
I might add automatic support for this, similar to https://github.com/jaredsburrows/gradle-spoon-plugin/blob/master/gradle-spoon-plugin/src/main/kotlin/com/jaredsburrows/spoon/projectAndroid.kt#L63.