Skip to content

Commit

Permalink
Fix javadoc plugin not supporting Records
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou authored Mar 6, 2022
1 parent ca2b489 commit 70312af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration>
<source>8</source>
<source>17</source>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -144,4 +144,4 @@
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 70312af

Please sign in to comment.