gradle: fix javadoc classpath
This commit is contained in:
@ -88,4 +88,5 @@ test {
|
||||
|
||||
task javadocs(type: Javadoc) {
|
||||
source = sourceSets.main.allJava
|
||||
classpath = sourceSets.main.runtimeClasspath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user