mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-02 17:32:03 +01:00
Switch to annotations-java5 to fix duplicate annotations in docs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9d90450e3c
commit
f549bc9e52
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@
|
|||
<!-- annotations -->
|
||||
<dependency>
|
||||
<groupId>org.jetbrains</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<artifactId>annotations-java5</artifactId>
|
||||
<version>19.0.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
@ -190,7 +190,7 @@
|
|||
<links>
|
||||
<link>https://guava.dev/releases/21.0/api/docs/</link>
|
||||
<link>https://javadoc.io/doc/org.yaml/snakeyaml/1.26/</link>
|
||||
<link>https://javadoc.io/doc/org.jetbrains/annotations/19.0.0/</link>
|
||||
<link>https://javadoc.io/doc/org.jetbrains/annotations-java5/19.0.0/</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue