Sebastian Schuberth
Sebastian Schuberth
> Right now, it uses the `runtime` configuration to generate reports. Hmm, judging from https://github.com/RobertFischer/Gradle-License-Report/tree/master/build/reports/dependency-license I would have thought by default all configurations are used. If only the `runtime` configuration...
In any case, I believe there are at least two pieces to the puzzle: One is to use the `compile` configuration for Android projects (BTW, [this fork](https://github.com/jk1/Gradle-License-Report) makes it easy...
@jaredsburrows Interesting. Are you also aware of https://github.com/hierynomus/license-gradle-plugin?
> That plugin is for creating headers on source files. Not only. I'm using the `downloadLicenses` task to [generate reports](https://github.com/hierynomus/license-gradle-plugin#license-reporting).
Just FYI, I wasn't meaning to discourage you to continue working on your plugin. I just wanted to point out a similar project for the sake of possible sharing code...
I guess the solution would be similar to the one in https://github.com/hierynomus/license-gradle-plugin/commit/94e964eb0de47903bb5878a73207977c94568dc4.
Sounds more involving that I thought. Can I ask you to work on this?
No, it's all versions < 2.0 (or more precisely, all releases listed at https://github.com/msysgit/msysgit/releases), but for now I'm mostly interested in releases "around" version 1.8.5.
Yes, that's the link to use for 1.8.5.2 now instead of the current link to http://msysgit.googlecode.com/files/Git-1.8.5.2-preview20131230.exe (also see [this](https://ci.appveyor.com/project/sschuberth/git-lfs/build/1.0.110/job/hqem6q2o1u0ase5l) failing AppVeyor CI build).
@ferventcoder Any update on doing the example for 1.8.5.2, so I could potentially look at the other versions?