diff --git a/Spigot-API-Patches/0014-Require-Java-8.patch b/Spigot-API-Patches/0014-Require-Java-8.patch index 4187ee84e6..6911b37294 100644 --- a/Spigot-API-Patches/0014-Require-Java-8.patch +++ b/Spigot-API-Patches/0014-Require-Java-8.patch @@ -1,26 +1,27 @@ -From 1075d256ef7221d811991952a51e5a16b3773ca4 Mon Sep 17 00:00:00 2001 +From 9d2935793a954b2b8f1aa1ab7d61999906b34253 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Fri, 8 Jan 2016 23:50:25 -0600 Subject: [PATCH] Require Java 8 diff --git a/pom.xml b/pom.xml -index bc6964d..2c43d25 100644 +index bc6964d..a2dd938 100644 --- a/pom.xml +++ b/pom.xml -@@ -19,8 +19,9 @@ +@@ -19,8 +19,10 @@ An enhanced plugin API for Minecraft servers. - 1.6 - 1.6 + ++ -Xdoclint:none + 1.8 + 1.8 UTF-8 -@@ -129,26 +130,6 @@ +@@ -129,26 +131,6 @@ diff --git a/Spigot-API-Patches/0015-Timings-v2.patch b/Spigot-API-Patches/0015-Timings-v2.patch index ccd8e62ed5..81b9b95960 100644 --- a/Spigot-API-Patches/0015-Timings-v2.patch +++ b/Spigot-API-Patches/0015-Timings-v2.patch @@ -1,14 +1,14 @@ -From 4f9f4ee4270ba3bf65c69559bbd1e8157f70c78e Mon Sep 17 00:00:00 2001 +From 4e504cf9841d2e312e7c33c87298b276ee8c7921 Mon Sep 17 00:00:00 2001 From: Aikar Date: Fri, 8 Jan 2016 23:12:28 -0600 Subject: [PATCH] Timings v2 diff --git a/pom.xml b/pom.xml -index 2c43d25..7dd0adb 100644 +index a2dd938..2f8fcf9 100644 --- a/pom.xml +++ b/pom.xml -@@ -47,6 +47,13 @@ +@@ -48,6 +48,13 @@