Skip to content

Commit

Permalink
chore: with the new java, this is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dialex committed May 29, 2022
1 parent 17bfbbb commit 942f7d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/RUNBOOK.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ How to do stuff
## Generate Javadoc

```sh
jenv shell 16
mvn javadoc:javadoc
rm -r docs
cp -R target/site/apidocs docs
git add .
git commit -m "doc: update javadoc to latest version"
jenv shell 1.8
```

- Locally,
Expand Down

0 comments on commit 942f7d1

Please sign in to comment.