gradle-witness
gradle-witness copied to clipboard
Use testRuntime dependencies instead of compile
Get dependencies from testRuntime instead of compile. Based on gradle dependency configurations.
Can you elaborate why you use testRuntime? In the documentation you link there is no mention of testRuntime
It's seems like the documentation was updated.
updating documentations is usually a good thing - but in this case gives me a hard time to understand why to use testRuntime instead of compile ,-)