make slf4j compileOnlyAPI

This commit is contained in:
dfsek
2022-06-20 13:58:45 -07:00
parent cb4c8f28ef
commit c6428cff66
2 changed files with 1 additions and 5 deletions

View File

@@ -41,10 +41,6 @@ tasks {
compileJava {
options.release.set(17)
}
shadowJar {
exclude("org/slf4j/**")
}
remapJar {
inputFile.set(shadowJar.get().archiveFile)