From 7c59056b18a61bd6edd5586bc6ff367e64d89d6e Mon Sep 17 00:00:00 2001 From: Lauriichan Date: Sat, 30 Dec 2023 13:57:34 +0100 Subject: [PATCH] Include MCVersion.java and exclude MCVersionEnumGenerator.java --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index a23abf2..4ef7bf7 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,12 @@ META-INF/*.RSA + + *:* + + com/syntaxphoenix/spigot/smoothtimber/annotation/*.class + + false @@ -82,6 +88,20 @@ + + compile-annotationSource + compile + + compile + + + none + + + com/syntaxphoenix/spigot/smoothtimber/version/manager/gen/MCversion.java + + +