Skip to content

Commit

Permalink
Merge pull request #111 from axonivy/javadoc10
Browse files Browse the repository at this point in the history
Allow missing javadoc comments
  • Loading branch information
alexsuter committed Feb 6, 2023
2 parents 1632bfe + 6243983 commit 95ee441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maven-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<version>3.4.1</version>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<doclint>all,-missing</doclint>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 95ee441

Please sign in to comment.