Skip to content

Commit

Permalink
build: don't build javadoc (kotlin project)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhulbert committed Jul 27, 2023
1 parent c278cd6 commit 63dd7b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<!-- JavaFx-->
<javafx.version>16</javafx.version>
<dokka.version>1.4.30</dokka.version>
<!-- Kotlin project, uuse dokka instead -->
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<developers>
Expand Down

0 comments on commit 63dd7b1

Please sign in to comment.