mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-02-19 21:36:13 +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"
|