mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-30 17:49:48 +02:00
Fix issues with postgres storage backend (#3647)
This commit is contained in:
@@ -56,8 +56,8 @@ public enum Dependency {
|
|||||||
JAR_RELOCATOR(
|
JAR_RELOCATOR(
|
||||||
"me.lucko",
|
"me.lucko",
|
||||||
"jar-relocator",
|
"jar-relocator",
|
||||||
"1.4",
|
"1.7",
|
||||||
"1RsiF3BiVztjlfTA+svDCuoDSGFuSpTZYHvUK8yBx8I="
|
"b30RhOF6kHiHl+O5suNLh/+eAr1iOFEFLXhwkHHDu4I="
|
||||||
),
|
),
|
||||||
|
|
||||||
ADVENTURE(
|
ADVENTURE(
|
||||||
|
@@ -16,6 +16,7 @@ dependencies {
|
|||||||
|
|
||||||
api 'com.google.code.gson:gson:2.9.0'
|
api 'com.google.code.gson:gson:2.9.0'
|
||||||
api 'com.google.guava:guava:31.1-jre'
|
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') {
|
api('net.kyori:adventure-api:4.11.0') {
|
||||||
exclude(module: 'adventure-bom')
|
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`
|
Reference in New Issue
Block a user