Skip to content

Commit

Permalink
docs: add javadoc task on site generation
Browse files Browse the repository at this point in the history
work on #12
  • Loading branch information
bsorrentino committed Aug 29, 2024
1 parent 8e5bad3 commit c236773
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,17 @@
<build>
</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- Specify the Java version
<source>1.8</source>
-->
</configuration>
</plugin>
</plugins>
</reporting>
</project>

0 comments on commit c236773

Please sign in to comment.