mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Updated javadoc command
This commit is contained in:
parent
445e57c843
commit
13857dc00e
|
|
@ -112,6 +112,7 @@ public class BldBuild extends Project {
|
||||||
"test.h2");
|
"test.h2");
|
||||||
|
|
||||||
javadocOperation()
|
javadocOperation()
|
||||||
|
.sourceFiles(FileUtils.getJavaFileList(core_src_main_java_directory))
|
||||||
.excluded(
|
.excluded(
|
||||||
"rife/antlr/",
|
"rife/antlr/",
|
||||||
"rife/asm/",
|
"rife/asm/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue