Skip to content

Commit

Permalink
Fix broken javadoc generation (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 1, 2023
1 parent 4c4dbdc commit b63acbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@
<notimestamp>true</notimestamp>
<additionalOptions>${javadocOptions}</additionalOptions>
<failOnError>false</failOnError>
<legacyMode>true</legacyMode>
</configuration>
<dependencies>
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions terminal-ffm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
<argLine>--enable-preview --enable-native-access=ALL-UNNAMED</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalOptions>--enable-preview --release ${java.release.version}</additionalOptions>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b63acbc

Please sign in to comment.