This commit is contained in:
mcrcortex
2024-02-08 17:23:13 +10:00
parent 7a59330eb6
commit 69b200f894
5 changed files with 27 additions and 12 deletions

View File

@@ -105,6 +105,6 @@ dependencies {
include(runtimeOnly "org.lwjgl:lwjgl-lmdb:$lwjglVersion:natives-linux")
include(runtimeOnly "org.lwjgl:lwjgl-zstd:$lwjglVersion:natives-linux")
implementation 'org.rocksdb:rocksdbjni:8.10.0'
implementation 'redis.clients:jedis:5.1.0'
include(implementation 'org.rocksdb:rocksdbjni:8.10.0')
include(implementation 'redis.clients:jedis:5.1.0')
}