Migrate PaperSpigot to Timings version 2

This commit is contained in:
Zach Brown
2016-01-09 00:32:38 -06:00
parent e9c23b0c38
commit 9172103531
4 changed files with 4583 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
From 9bdea46a67a9a7779a451416f32af354373289dc Mon Sep 17 00:00:00 2001
From 1075d256ef7221d811991952a51e5a16b3773ca4 Mon Sep 17 00:00:00 2001
From: Zach Brown <zach.brown@destroystokyo.com>
Date: Fri, 8 Jan 2016 23:50:25 -0600
Subject: [PATCH] Require Java 8
diff --git a/pom.xml b/pom.xml
index 3ccfabb..7dd0adb 100644
index bc6964d..2c43d25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,9 @@
@@ -20,7 +20,7 @@ index 3ccfabb..7dd0adb 100644
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -136,26 +137,6 @@
@@ -129,26 +130,6 @@
</dependencies>
</plugin>
<plugin>