Skip to content

Commit

Permalink
Fix dependency inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed May 27, 2024
1 parent 9b7edb8 commit ad2804a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ subprojects {
exclude(module = "opus-java")
exclude(group = "org.slf4j")
exclude(group = "org.jetbrains.kotlin")
exclude(group = "kotlinx")
exclude(group = "org.jetbrains.kotlinx")
}
shadowBotDep(it) {
// opus-java is for audio, which this bot doesn't need
Expand All @@ -118,7 +118,6 @@ subprojects {
// on JDA and Exposed, but is already provided by the
// respective Kotlin implementation of the mod loaders
exclude(group = "org.jetbrains.kotlin")
exclude(group = "kotlinx")
// Minecraft already ships with a logging system
exclude(group = "org.slf4j")
}
Expand Down

0 comments on commit ad2804a

Please sign in to comment.