build.gradle: add javadocs task
This commit is contained in:
@ -27,3 +27,7 @@ repositories {
|
||||
// You can declare any Maven/Ivy/file repository here.
|
||||
jcenter()
|
||||
}
|
||||
|
||||
task javadocs(type: Javadoc) {
|
||||
source = sourceSets.main.allJava
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user