Fixed boolean-type functions producing invalid parameters. Closes #1
This commit is contained in:
parent
cdf6294b39
commit
84c2474ffc
3 changed files with 6 additions and 10 deletions
|
@ -111,6 +111,7 @@ public class ExampleBuild extends Project {
|
|||
public void javadoc() throws ExitStatusException, IOException, InterruptedException {
|
||||
new DokkaOperation()
|
||||
.fromProject(this)
|
||||
.failOnWarning(true)
|
||||
.loggingLevel(LoggingLevel.INFO)
|
||||
// Create build/javadoc
|
||||
.outputDir(new File(buildDirectory(), "javadoc"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue