Added updater

This commit is contained in:
ajgeiss0702
2021-09-07 15:37:48 -07:00
parent 64c403baca
commit 6dd2cf7fb1
15 changed files with 120 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies {
implementation("net.kyori:adventure-text-serializer-plain:4.0.0-SNAPSHOT")
compileOnly("com.google.guava:guava:30.1.1-jre")
compileOnly("us.ajg0702:ajUtils:1.1.10")
compileOnly("us.ajg0702:ajUtils:1.1.16")
}
publishing {
@@ -1,6 +1,8 @@
package us.ajg0702.queue.api.util;
public interface QueueLogger {
import us.ajg0702.utils.common.UtilsLogger;
public interface QueueLogger extends UtilsLogger {
void warn(String message);
void warning(String message);
void info(String message);