gradle: fix javadoc classpath

This commit is contained in:
2018-09-20 16:36:57 -07:00
parent 4d5128c1e4
commit 5a5f7f7acf

View File

@ -88,4 +88,5 @@ test {
task javadocs(type: Javadoc) {
source = sourceSets.main.allJava
classpath = sourceSets.main.runtimeClasspath
}