Skip to content

Commit 02f17c8

Browse files
author
yitzy299
committed
Fix build
Signed-off-by: yitzy299 <[email protected]>
1 parent 7b98dc5 commit 02f17c8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ dependencies {
5858
}
5959
shade 'club.minnced:discord-webhooks:0.5.6'
6060
include "com.squareup.okhttp3:okhttp:4.9.0"
61-
include "org.slf4j:slf4j-api:1.7.9"
62-
include "org.apache.logging.log4j:log4j-slf4j-impl:2.8.1"
6361
}
6462

6563
processResources {
@@ -111,7 +109,6 @@ shadowJar {
111109
exclude "org/checkerframework/**", "org/jetbrains/**", "org/intellij/**"
112110
exclude "com/google/gson/**"
113111
exclude "net/kyori/**"
114-
exclude "org/slf4j/**"
115112

116113
def relocPath = "com.github.quiltservertools.blockbot.libs."
117114
relocate "com.iwebpp.crypto", relocPath + "com.iwebpp.crypto"

src/main/java/com/github/quiltservertools/blockbot/Discord.java

-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
import org.apache.commons.lang3.StringUtils;
1919

2020
import javax.security.auth.login.LoginException;
21-
import java.time.Instant;
2221
import java.time.LocalDateTime;
23-
import java.time.temporal.ChronoField;
24-
import java.time.temporal.TemporalField;
2522
import java.util.Collections;
2623
import java.util.Objects;
2724

0 commit comments

Comments
 (0)