Skip to content

Commit

Permalink
Downgrade maven javadoc plugin due to jitpack using super old maven c…
Browse files Browse the repository at this point in the history
…ompiler
  • Loading branch information
kangarko committed Jun 9, 2024
1 parent 4295e69 commit ef7bc5c
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 @@ -10,7 +10,7 @@

<groupId>org.mineacademy</groupId>
<artifactId>Foundation</artifactId>
<version>6.8.0</version>
<version>6.8.1</version>
<packaging>jar</packaging>

<name>Foundation</name>
Expand Down Expand Up @@ -226,7 +226,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.6.3</version>
<configuration>
<doclint>none</doclint>
</configuration>
Expand Down

0 comments on commit ef7bc5c

Please sign in to comment.