mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
Add FastUtil to Bukkit
Doesn't expose to plugins, just allows Paper-API to use it for optimization
This commit is contained in:
parent
4fd928df47
commit
8888031206
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ dependencies {
|
||||||
api("com.googlecode.json-simple:json-simple:1.1.1") {
|
api("com.googlecode.json-simple:json-simple:1.1.1") {
|
||||||
isTransitive = false // includes junit
|
isTransitive = false // includes junit
|
||||||
}
|
}
|
||||||
|
api("it.unimi.dsi:fastutil:8.5.15")
|
||||||
// Paper end
|
// Paper end
|
||||||
|
|
||||||
compileOnly("org.apache.maven:maven-resolver-provider:3.9.6")
|
compileOnly("org.apache.maven:maven-resolver-provider:3.9.6")
|
||||||
|
|
Loading…
Reference in a new issue