mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-02-15 20:11:50 +01:00
Fix issues with postgres storage backend (#3647)
This commit is contained in:
parent
84bd2ee52a
commit
6d2a5a6317
@ -56,8 +56,8 @@ public enum Dependency {
|
||||
JAR_RELOCATOR(
|
||||
"me.lucko",
|
||||
"jar-relocator",
|
||||
"1.4",
|
||||
"1RsiF3BiVztjlfTA+svDCuoDSGFuSpTZYHvUK8yBx8I="
|
||||
"1.7",
|
||||
"b30RhOF6kHiHl+O5suNLh/+eAr1iOFEFLXhwkHHDu4I="
|
||||
),
|
||||
|
||||
ADVENTURE(
|
||||
|
@ -16,6 +16,7 @@ dependencies {
|
||||
|
||||
api 'com.google.code.gson:gson:2.9.0'
|
||||
api 'com.google.guava:guava:31.1-jre'
|
||||
api 'io.netty:netty-all:4.1.93.Final'
|
||||
|
||||
api('net.kyori:adventure-api:4.11.0') {
|
||||
exclude(module: 'adventure-bom')
|
||||
|
5
standalone/docker/readme.md
Normal file
5
standalone/docker/readme.md
Normal file
@ -0,0 +1,5 @@
|
||||
### Docker Build instructions
|
||||
|
||||
1. Compile with Gradle
|
||||
2. `cd standalone/loader/build/libs`
|
||||
3. `docker build . -t luckperms:luckperms -f ../../../docker/Dockerfile`
|
Loading…
Reference in New Issue
Block a user