mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-14 03:11:25 +01:00
Remove Caffeine lib
This commit is contained in:
parent
d04b11eebd
commit
ba407a8a37
@ -72,7 +72,6 @@ dependencies {
|
||||
implementation(libs.minestomData)
|
||||
|
||||
// Performance/data structures
|
||||
implementation(libs.caffeine)
|
||||
api(libs.fastutil)
|
||||
implementation(libs.bundles.flare)
|
||||
api(libs.gson)
|
||||
@ -116,7 +115,7 @@ tasks {
|
||||
replaceToken("\"&ARTIFACT\"", if (artifact == null) "null" else "\"${artifact}\"", gitFile)
|
||||
}
|
||||
|
||||
nexusPublishing{
|
||||
nexusPublishing {
|
||||
useStaging.set(true)
|
||||
this.packageGroup.set("net.minestom")
|
||||
|
||||
|
@ -9,7 +9,6 @@ jetbrainsAnnotations = "24.1.0"
|
||||
slf4j = "2.0.7"
|
||||
|
||||
# Performance / Data Structures
|
||||
caffeine = "3.1.8"
|
||||
fastutil = "8.5.14"
|
||||
flare = "2.0.1"
|
||||
gson = "2.11.0"
|
||||
@ -49,7 +48,6 @@ jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version.
|
||||
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j"}
|
||||
|
||||
# Performance / Data Structures
|
||||
caffeine = { group = "com.github.ben-manes.caffeine", name = "caffeine", version.ref = "caffeine" }
|
||||
fastutil = { group = "it.unimi.dsi", name = "fastutil", version.ref = "fastutil" }
|
||||
flare = { group = "space.vectrix.flare", name = "flare", version.ref = "flare" }
|
||||
flare-fastutil = { group = "space.vectrix.flare", name = "flare-fastutil", version.ref = "flare" }
|
||||
|
Loading…
Reference in New Issue
Block a user