Skip to content

Commit

Permalink
fix(build): Relocate Mongo's BSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadwey committed Jan 7, 2025
1 parent b715990 commit 6f0a678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ tasks {
relocate("com.github.Anon8281.universalScheduler", "$pack.universalScheduler")
relocate("eu.okaeri", "$pack.okaeri")
relocate("com.mongodb", "$pack.mongodb")
relocate("org.bson", "$pack.bson")
relocate("io.papermc.lib", "$pack.paperlib")

archiveClassifier.set("")
Expand Down Expand Up @@ -384,4 +385,4 @@ class DiscordWebhook(
}
}
}
}
}

0 comments on commit 6f0a678

Please sign in to comment.