mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-30 12:19:20 +00:00
Downgrade redis to 3.7.1
This commit is contained in:
@@ -3,7 +3,7 @@ dependencies {
|
||||
compileOnly project(':api')
|
||||
implementation project(path: ':common', configuration: 'shadow')
|
||||
|
||||
compileOnly 'redis.clients:jedis:4.0.0'
|
||||
compileOnly 'redis.clients:jedis:3.7.1'
|
||||
implementation 'org.bstats:bstats-bukkit:2.2.1'
|
||||
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ dependencies {
|
||||
compileOnly project(':common')
|
||||
implementation project(path: ':common', configuration: 'shadow')
|
||||
|
||||
compileOnly 'redis.clients:jedis:4.0.0'
|
||||
compileOnly 'redis.clients:jedis:3.7.1'
|
||||
implementation 'org.bstats:bstats-bungeecord:2.2.1'
|
||||
implementation 'de.themoep:minedown:1.7.1-SNAPSHOT'
|
||||
implementation 'net.byteflux:libby-bungee:1.1.5'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
dependencies {
|
||||
implementation 'redis.clients:jedis:4.0.0'
|
||||
implementation 'redis.clients:jedis:3.7.1'
|
||||
implementation 'com.zaxxer:HikariCP:5.0.0'
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ dependencies {
|
||||
compileOnly project(':common')
|
||||
implementation project(path: ':common', configuration: 'shadow')
|
||||
|
||||
compileOnly 'redis.clients:jedis:4.0.0'
|
||||
compileOnly 'redis.clients:jedis:3.7.1'
|
||||
implementation 'org.bstats:bstats-velocity:2.2.1'
|
||||
implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT'
|
||||
implementation 'net.byteflux:libby-velocity:1.1.5'
|
||||
|
||||
Reference in New Issue
Block a user