From d06c44041d02e94ef2a535be9bcd5eb4be52a2b9 Mon Sep 17 00:00:00 2001
From: TuxCoding <1957196+TuxCoding@users.noreply.github.com>
Date: Tue, 13 May 2025 16:57:28 +0200
Subject: [PATCH] Add annotation processor explicitly to fix plugin json
generation
Related #1286
Related #1292
---
README.md | 2 +-
velocity/pom.xml | 26 +++++++++++++++-----------
2 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 0c1d41a4..113b3385 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Development builds contain the latest changes from the Source-Code. They are ble
but also include features, enhancements and bug fixes that are not yet in a released version. If you click on the left
side on `Changes`, you can see iterative change sets leading to a specific build.
-You can download them from here: https://ci.codemc.org/job/Games647/job/FastLogin/
+You can download them from here: [CodeMC(Jenkins)](https://ci.codemc.org/job/Games647/job/FastLogin/)
***
diff --git a/velocity/pom.xml b/velocity/pom.xml
index 37d8d83b..01cb264c 100644
--- a/velocity/pom.xml
+++ b/velocity/pom.xml
@@ -62,6 +62,20 @@
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.13.0
+
+
+
+ com.velocitypowered.api.plugin.ap.PluginAnnotationProcessor
+
+
+
+
+
maven-shade-plugin
3.6.0
@@ -161,18 +175,8 @@
com.velocitypowered
velocity-api
- 3.3.0-SNAPSHOT
+ 3.4.0-SNAPSHOT
provided
-
-
- com.moandjiezana.toml
- *
-
-
- org.spongepowered
- *
-
-