mSpigot-Parent/patches/server/0002-ignore-unresolved-prop...

22 lines
877 B
Diff
Raw Permalink Normal View History

2023-07-21 05:34:25 +02:00
From eecfe9bab75f9debbf78f4ae465da329f1003643 Mon Sep 17 00:00:00 2001
From: virtualWinter <winter@catmc.club>
Date: Fri, 21 Jul 2023 05:17:33 +0300
Subject: [PATCH] ignore unresolved property in pom.xml
diff --git a/pom.xml b/pom.xml
index e70c7c4b..22d3abec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,6 +134,7 @@
<manifestEntries>
<Main-Class>org.bukkit.craftbukkit.Main</Main-Class>
<Implementation-Title>CraftBukkit</Implementation-Title>
+ <!--suppress UnresolvedMavenProperty -->
<Implementation-Version>${describe}</Implementation-Version>
<Implementation-Vendor>Bukkit Team</Implementation-Vendor>
<Specification-Title>Bukkit</Specification-Title>
--
2.41.0.windows.1