Updated Upstream (Bukkit/CraftBukkit/Spigot)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
aba2aaaf Correct pom.xml version

CraftBukkit Changes:
e8b39d43 SPIGOT-5103: World.save does not save gamerules
3164e531 Correct pom.xml version

Spigot Changes:
595711b0 Correct pom.xml version
This commit is contained in:
Shane Freeder 2019-06-25 14:55:44 +01:00
parent 269e1e95d9
commit 304244232f
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C
40 changed files with 144 additions and 143 deletions

View file

@ -1,4 +1,4 @@
From 4d727d07067bf90febccacc7c46b151e7a4dfc3f Mon Sep 17 00:00:00 2001
From fa8d0d47698759ed68d4d63544b943369a5fa77c Mon Sep 17 00:00:00 2001
From: Aikar <aikar@aikar.co>
Date: Fri, 1 Apr 2016 00:02:47 -0400
Subject: [PATCH] Add FastUtil to Bukkit
@ -6,10 +6,10 @@ Subject: [PATCH] Add FastUtil to Bukkit
Doesn't expose to plugins, just allows Paper-API to use it for optimization
diff --git a/pom.xml b/pom.xml
index 41708a2b..3b650cbc 100644
index a85aaa1a..e65cbc15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,12 @@
@@ -50,6 +50,12 @@
</pluginRepositories>
<dependencies>