Paper/patches/api/0004-Add-FastUtil-to-Bukkit.patch

20 lines
720 B
Diff
Raw Normal View History

2021-06-11 14:02:28 +02:00
From 0000000000000000000000000000000000000000 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/build.gradle.kts b/build.gradle.kts
index c174d9d6534382ae9d002b883bde929d46e32789..3e571743e76b26167e329dbd0a4c04ffd6427572 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
2023-06-07 18:24:39 +02:00
@@ -21,6 +21,7 @@ dependencies {
api("com.googlecode.json-simple:json-simple:1.1.1") {
isTransitive = false // includes junit
}
2021-11-23 09:57:41 +01:00
+ api("it.unimi.dsi:fastutil:8.5.6")
// Paper end
2023-06-07 18:24:39 +02:00
compileOnly("org.apache.maven:maven-resolver-provider:3.9.2")