| Method and Description |
|---|
| com.palantir.baseline.tasks.CheckUnusedDependenciesTask.sourceOnlyConfiguration(Configuration)
This task only looks at directly declared compile dependencies that also appear in the
runtime classpath, so there's no need to exclude anything like
compileOnly anymore. |