1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-04 15:31:48 +00:00

Re-added relocations and excluded provided dependencies

This commit is contained in:
Tim203
2021-12-12 22:00:58 +01:00
parent 16a75e3c39
commit 3be603a837
23 changed files with 121 additions and 1024 deletions

View File

@@ -1,10 +1,8 @@
plugins {
war
}
val sqliteJdbcVersion = "3.36.0.3"
dependencies {
providedCompile(projects.core)
implementation("org.xerial:sqlite-jdbc:3.36.0.3")
provided(projects.core)
implementation("org.xerial", "sqlite-jdbc", sqliteJdbcVersion)
}
description = "sqlite"
description = "The Floodgate database extension for SQLite"