Skip to content

Commit 292d0eb

Browse files
authored
OMID-307 Set javadoc source version to 1.8 (#186)
1 parent 20d1416 commit 292d0eb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,9 @@
687687

688688
<plugin>
689689
<artifactId>maven-javadoc-plugin</artifactId>
690+
<configuration>
691+
<source>${java.version}</source>
692+
</configuration>
690693
<executions>
691694
<execution>
692695
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)