Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: yitzy299 <[email protected]>
  • Loading branch information
yitzy299 committed Jun 8, 2021
1 parent 7b98dc5 commit 02f17c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ dependencies {
}
shade 'club.minnced:discord-webhooks:0.5.6'
include "com.squareup.okhttp3:okhttp:4.9.0"
include "org.slf4j:slf4j-api:1.7.9"
include "org.apache.logging.log4j:log4j-slf4j-impl:2.8.1"
}

processResources {
Expand Down Expand Up @@ -111,7 +109,6 @@ shadowJar {
exclude "org/checkerframework/**", "org/jetbrains/**", "org/intellij/**"
exclude "com/google/gson/**"
exclude "net/kyori/**"
exclude "org/slf4j/**"

def relocPath = "com.github.quiltservertools.blockbot.libs."
relocate "com.iwebpp.crypto", relocPath + "com.iwebpp.crypto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
import org.apache.commons.lang3.StringUtils;

import javax.security.auth.login.LoginException;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.temporal.ChronoField;
import java.time.temporal.TemporalField;
import java.util.Collections;
import java.util.Objects;

Expand Down

0 comments on commit 02f17c8

Please sign in to comment.