Skip to content

Commit

Permalink
Fix logging issues
Browse files Browse the repository at this point in the history
Addresses #330.
  • Loading branch information
TheE committed Jun 22, 2021
1 parent 066e08c commit 5cec6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mywarp-bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ shadowJar {
include(dependency("org.reactivestreams:reactive-streams")) //used by JOOQ
include(dependency("org.flywaydb:flyway-core"))
include(dependency("org.slf4j:slf4j-api"))
include(dependency("info.ronjenkins:slf4bukkit"))
include(dependency("com.github.MyWarp:slf4bukkit"))
include(dependency("com.sk89q:squirrelid"))
include(dependency("com.github.mywarp.intake:intake"))
include(dependency("com.h2database:h2"))
Expand Down

0 comments on commit 5cec6ad

Please sign in to comment.