Open
Description
Gradle seems to have a convention where a configuration with a name that ends with Classpath
is "for consumption by tasks, not for you to declare dependencies". This is the case for compileClasspath
, runtimeClasspath
, testCompileClasspath
, and testRuntimeClasspath
. To align with this apparent convention, aggregateJavadocClasspath
should perhaps be differently named as it is used for declaring dependencies.