1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 10:52:37 +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

@@ -3,6 +3,9 @@ plugins {
id 'java-library'
}
sourceCompatibility = 17
targetCompatibility = 17
dependencies {
implementation project(':api')