Skip to content

Commit

Permalink
javadoc fix for helidon connector
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam authored and jansupol committed May 22, 2020
1 parent e6d06c4 commit 156b2c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion connectors/helidon-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
<target>11</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 156b2c8

Please sign in to comment.