jk1/Gradle-License-Report

Exclude test dependencies

kiview opened this issue · 0 comments

In my Java project, when using runtimeClasspath, it will also include test dependencies (so dependencies located in sourceSets.test.compileClasspath). Is this the expected behavior, or did I configure something wrongly?

Is there a configuration that will exclude test dependencies (so testImplementation in current Gradle DSL)?