1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-30 09:39:47 +02:00

Use unix domain socket for Docker commands

This commit is contained in:
Luck
2022-12-10 23:41:33 +00:00
parent 5555cdac89
commit 8e1553c0ed
7 changed files with 48 additions and 25 deletions

View File

@@ -11,6 +11,9 @@ dependencies {
implementation project(':standalone:app')
}
sourceCompatibility = 17
targetCompatibility = 17
application {
mainClass = 'me.lucko.luckperms.standalone.loader.StandaloneLoader'
}