mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
plugins {
|
|
war
|
|
}
|
|
|
|
dependencies {
|
|
providedCompile(projects.core)
|
|
implementation("org.mariadb.jdbc:mariadb-java-client:2.7.4")
|
|
}
|
|
|
|
description = "mysql"
|