Version 0.9.8

This commit is contained in:
Erik C. Thauvin 2024-05-26 21:18:29 -07:00
parent 10fd25ebf6
commit 1bdbe86519
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 7 additions and 4 deletions

View file

@ -38,7 +38,7 @@ for all available configuration options.
To generate the Javadoc using [Dokka](https://github.com/Kotlin/dokka):
```java
@BuildCommand(summary = "Generates Javadoc for the project")
@Override
public void javadoc() throws ExitStatusException, IOException, InterruptedException {
new DokkaOperation()
.fromProject(this)