geforkt von Mirrors/FastAsyncWorldEdit
Fix aggregatedJavadocs task
Dieser Commit ist enthalten in:
Ursprung
b32d46b08a
Commit
18925df124
@ -157,6 +157,7 @@ configure(['worldedit-core', 'worldedit-bukkit', 'favs'].collect { project("$it"
|
|||||||
// include '**/*.java'
|
// include '**/*.java'
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
task aggregatedJavadocs(type: Javadoc, description: 'Generate javadocs from all child projects as if it was a single project', group: 'Documentation') {
|
task aggregatedJavadocs(type: Javadoc, description: 'Generate javadocs from all child projects as if it was a single project', group: 'Documentation') {
|
||||||
destinationDir = file("./docs/javadoc")
|
destinationDir = file("./docs/javadoc")
|
||||||
title = "$project.name $version API"
|
title = "$project.name $version API"
|
||||||
@ -175,6 +176,3 @@ configure(['worldedit-core', 'worldedit-bukkit', 'favs'].collect { project("$it"
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren