mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-20 23:39:27 +00:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
val mariadbClientVersion = "2.7.4"
|
|
|
|
dependencies {
|
|
provided(projects.core)
|
|
implementation("org.mariadb.jdbc", "mariadb-java-client" , mariadbClientVersion)
|
|
}
|
|
|
|
description = "The Floodgate database extension for MySQL"
|
|
|
|
relocate("org.mariadb")
|