Added project name and version to Javadoc
This commit is contained in:
parent
f2dd70afb7
commit
31cb262752
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ public class ReadingTimeBuild extends Project {
|
|||
new DokkaOperation()
|
||||
.fromProject(this)
|
||||
.loggingLevel(LoggingLevel.INFO)
|
||||
.moduleName("ReadingTime")
|
||||
.moduleVersion(version.toString())
|
||||
.outputDir(new File(buildDirectory(), "javadoc"))
|
||||
.outputFormat(OutputFormat.JAVADOC)
|
||||
.execute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue