From 6caa4fe122b4eb8d83b27123da6d62e36548f809 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Fri, 9 Jun 2017 19:40:41 -0500 Subject: [PATCH] Go back to disabling javadoc linting for now It's breaking our maven deployments. This should be fixed properly in the future when I have more time and have had less to drink. --- Spigot-API-Patches/POM-changes.patch | 3 ++- Spigot-API-Patches/Use-ASM-for-event-executors.patch | 2 +- Spigot-API-Patches/add-Trove-and-FastUtil-to-Bukkit.patch | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Spigot-API-Patches/POM-changes.patch b/Spigot-API-Patches/POM-changes.patch index 6cf864a25..6bacaf515 100644 --- a/Spigot-API-Patches/POM-changes.patch +++ b/Spigot-API-Patches/POM-changes.patch @@ -5,7 +5,7 @@ Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index cad55895..869be1b5 100644 +index ecb870a0..48c2e544 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ @@ -37,6 +37,7 @@ index cad55895..869be1b5 100644 - 1.6 - 1.6 + ++ -Xdoclint:none + 1.8 + 1.8 UTF-8 diff --git a/Spigot-API-Patches/Use-ASM-for-event-executors.patch b/Spigot-API-Patches/Use-ASM-for-event-executors.patch index 9e200f555..0bb86d18d 100644 --- a/Spigot-API-Patches/Use-ASM-for-event-executors.patch +++ b/Spigot-API-Patches/Use-ASM-for-event-executors.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Use ASM for event executors. Uses method handles for private or static methods. diff --git a/pom.xml b/pom.xml -index 8990bdcc..e7a4eb2c 100644 +index 5336fe55..a9009636 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ diff --git a/Spigot-API-Patches/add-Trove-and-FastUtil-to-Bukkit.patch b/Spigot-API-Patches/add-Trove-and-FastUtil-to-Bukkit.patch index bbcd2a2f7..868cbccca 100644 --- a/Spigot-API-Patches/add-Trove-and-FastUtil-to-Bukkit.patch +++ b/Spigot-API-Patches/add-Trove-and-FastUtil-to-Bukkit.patch @@ -5,7 +5,7 @@ Subject: [PATCH] add Trove and FastUtil to Bukkit diff --git a/pom.xml b/pom.xml -index 0899a127..8990bdcc 100644 +index 48c2e544..5336fe55 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@