Abhijit Sarkar
Abhijit Sarkar
See https://github.com/hierynomus/license-gradle-plugin/issues/113#issuecomment-471787647
@cezium It does, I’m using it. Can you post a [MCVE](https://stackoverflow.com/help/mcve)?
@cezium Your project doesn't apply the license plugin or my suggestion.
> I added a link ... Thank you. You added `default`, so I'm guessing for a user, it'll be like the following? ``` pattern: | **/*.hs **/*.hs-boot ```
Use `compileClasspath`, `implementation` is not consumable. See [here](https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_configurations_graph) ``` downloadLicenses { includeProjectDependencies = true dependencyConfiguration = "compileClasspath" } ```
@prabhushrikant can you clarify “just license-report wasn't enough”? What happened when you included just it? Did you get an error?
> Apparently we have this in README: > On OS X, gtk-mac-integration also needs to be installed. This is no longer correct. I'm not seeing any mention of `gtk-mac-integration` in...
@lewimuchiri See [this](https://github.com/asarkar/grpc-test/blob/master/src/test/kotlin/com/asarkar/grpc/test/ignore/ExampleTestCase2.kt) and [this](https://github.com/asarkar/grpc-test/blob/master/src/test/kotlin/com/asarkar/grpc/test/ignore/ExampleTestCase4.kt) test.
Adding the following to `stack.yaml` worked for the install, but I'm not seeing any charts related to parallel in the output. I'm basically looking for an alternative of ThreadScope, because...
More than 4 years later, the same problem still exists.