mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-06 10:49:40 +01:00
b9badbf2bc
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: 79f6ba25 Skip tests on default builds b85cc32f Further discourage World.regenerateChunk CraftBukkit Changes:7560d3b5
Skip tests on default buildsd0a9130d
SPIGOT-4563: Fix regenerating chunks saved to disk already Spigot Changes: 8173d06f Remove need for redundant second clone of repositories 8ede0393 Rebuild patches
28 lines
756 B
Diff
28 lines
756 B
Diff
From 82f0740953bd81ddf86eff39d3bfba0aa4163cf2 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
|
|
|
|
Doesn't expose to plugins, just allows Paper-API to use it for optimization
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index 229fe559..412a6901 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -44,6 +44,12 @@
|
|
</pluginRepositories>
|
|
|
|
<dependencies>
|
|
+ <dependency>
|
|
+ <groupId>it.unimi.dsi</groupId>
|
|
+ <artifactId>fastutil</artifactId>
|
|
+ <version>8.2.2</version>
|
|
+ <scope>provided</scope>
|
|
+ </dependency>
|
|
<dependency>
|
|
<groupId>commons-lang</groupId>
|
|
<artifactId>commons-lang</artifactId>
|
|
--
|
|
2.20.1
|
|
|