Skip to content

Commit

Permalink
Merge pull request #875 from HorizenOfficial/dev
Browse files Browse the repository at this point in the history
javadoc fix 2
  • Loading branch information
paolocappelletti authored Jun 26, 2023
2 parents d22a7e9 + f8a82e2 commit 1f8c7d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@
</executions>
</plugin>
<plugin>
<!-- TODO: replace with scaladoc to generate full documentation -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<executions>
Expand All @@ -548,6 +550,12 @@
</goals>
</execution>
</executions>
<configuration>
<sourcepath>${project.basedir}/src/main/java/io/horizen</sourcepath>
<sourceFileIncludes>
<include>SidechainAppStopper.java</include>
</sourceFileIncludes>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 1f8c7d1

Please sign in to comment.