Add FastUtil to Bukkit
Doesn't expose to plugins, just allows Paper-API to use it for optimization
This commit is contained in:
@ -37,6 +37,7 @@ dependencies {
|
||||
api("com.googlecode.json-simple:json-simple:1.1.1") {
|
||||
isTransitive = false // includes junit
|
||||
}
|
||||
api("it.unimi.dsi:fastutil:8.5.15")
|
||||
// Paper end
|
||||
|
||||
compileOnly("org.apache.maven:maven-resolver-provider:3.9.6")
|
||||
|
||||
Reference in New Issue
Block a user