fix shading config

This commit is contained in:
dfsek
2022-05-05 14:56:51 -07:00
parent 6e61154cc5
commit 98b332fe54
5 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ val paperURL = "https://papermc.io/api/v2/projects/paper/versions/%version%/buil
val purpurURL = "https://api.pl3x.net/v2/purpur/%version%/latest/download"
dependencies {
api(project(":common:implementation:base"))
shadedApi(project(":common:implementation:base"))
api("org.slf4j:slf4j-api:1.8.0-beta4") {
because("Minecraft 1.17+ includes slf4j 1.8.0-beta4, so we need to shade it for other versions.")