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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user