We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3523ad + 0aa6d92 commit 6429e0fCopy full SHA for 6429e0f
pom.xml
@@ -21,7 +21,7 @@
21
<plugin>
22
<groupId>org.apache.maven.plugins</groupId>
23
<artifactId>maven-compiler-plugin</artifactId>
24
- <version>3.13.0</version>
+ <version>3.14.0</version>
25
<configuration>
26
<source>${java.version}</source>
27
<target>${java.version}</target>
@@ -46,7 +46,7 @@
46
47
48
<artifactId>maven-javadoc-plugin</artifactId>
49
- <version>3.10.1</version>
+ <version>3.11.2</version>
50
51
<links>
52
<link>https://jd.papermc.io/paper/1.20/</link>
0 commit comments