Fix issues with postgres storage backend (#3647)

This commit is contained in:
Luck 2023-06-08 21:28:15 +01:00
parent 84bd2ee52a
commit 6d2a5a6317
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
3 changed files with 8 additions and 2 deletions

View File

@ -56,8 +56,8 @@ public enum Dependency {
JAR_RELOCATOR(
"me.lucko",
"jar-relocator",
"1.4",
"1RsiF3BiVztjlfTA+svDCuoDSGFuSpTZYHvUK8yBx8I="
"1.7",
"b30RhOF6kHiHl+O5suNLh/+eAr1iOFEFLXhwkHHDu4I="
),
ADVENTURE(

View File

@ -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')

View 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`