mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-07-22 22:56:52 +00:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
val sqliteJdbcVersion = "3.36.0.3"
|
|
|
|
dependencies {
|
|
provided(projects.core)
|
|
implementation("org.xerial", "sqlite-jdbc", sqliteJdbcVersion)
|
|
}
|
|
|
|
description = "The Floodgate database extension for SQLite"
|