mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-22 16:29:25 +00:00
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
val mongoClientVersion = "4.4.1"
|
|
|
|
dependencies {
|
|
provided(projects.core)
|
|
implementation("org.mongodb", "mongodb-driver-sync" , mongoClientVersion)
|
|
}
|
|
|
|
description = "The Floodgate database extension for MongoDB"
|
|
|
|
relocate("com.mongodb")
|
|
relocate("org.bson") |