This commit is contained in:
Len
2022-10-19 19:22:56 +02:00
parent 07413c57bc
commit 83e5834c0f
11 changed files with 12 additions and 13 deletions
+1 -3
View File
@@ -7,9 +7,7 @@ dependencies {
}
tasks {
jar {
enabled = false
}
}
publishing {
@@ -1,4 +1,4 @@
package com.alttd;
package com.alttd.datalock;
import org.jetbrains.annotations.ApiStatus;
@@ -1,4 +1,4 @@
package com.alttd;
package com.alttd.datalock;
enum RequestType {
TRY_LOCK("try-lock"),
@@ -1,4 +1,4 @@
package com.alttd;
package com.alttd.datalock;
public enum ResponseType {
TRY_LOCK_RESULT,