mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-22 16:29:25 +00:00
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
val mysqlClientVersion = "8.0.30"
|
|
val hikariVersion = "4.0.3"
|
|
|
|
dependencies {
|
|
provided(projects.core)
|
|
implementation("mysql", "mysql-connector-java", mysqlClientVersion)
|
|
implementation("com.zaxxer", "HikariCP", hikariVersion)
|
|
}
|
|
|
|
description = "The Floodgate database extension for MySQL"
|
|
|
|
relocate("org.mariadb")
|