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