Updated Upstream (Bukkit/CraftBukkit)

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:
d38ac1be Update compiler
2844ce20 Add CookTimeTotal API to Furnace

CraftBukkit Changes:
13f71402 Update compiler
61c762f4 Add CookTimeTotal API to Furnace
This commit is contained in:
Shane Freeder 2019-01-24 21:36:24 +00:00
parent 88a347c753
commit 40a8c003df
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C
6 changed files with 20 additions and 28 deletions

View file

@ -1,11 +1,11 @@
From 30eff11643ca14a7af5de155c42d30dff1f5a1bf Mon Sep 17 00:00:00 2001
From ffc2ee319da1ad8b57a13d9aa0dd8711ce6ee4ad Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Tue, 1 Mar 2016 00:16:08 +0100
Subject: [PATCH] POM changes
diff --git a/pom.xml b/pom.xml
index ebcc781c..229fe559 100644
index 00d8019d9..148c322bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,38 +3,37 @@
@ -87,7 +87,7 @@ index ebcc781c..229fe559 100644
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
- <configuration>
- <!-- we use the Eclipse compiler as it doesn't need a JDK -->
- <compilerId>eclipse</compilerId>