Skip to content

Commit

Permalink
Added javadoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed May 6, 2023
1 parent aa4429c commit 43f2234
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>papermc-repo</id>
Expand Down

0 comments on commit 43f2234

Please sign in to comment.