9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

build(fabric): include config deps

This commit is contained in:
William278
2025-05-26 19:45:35 +01:00
parent 759983b000
commit 06742fb848

View File

@@ -18,6 +18,12 @@ dependencies {
modImplementation include("net.william278.toilet:toilet-fabric:1.0.12+${project.name}") modImplementation include("net.william278.toilet:toilet-fabric:1.0.12+${project.name}")
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"
// Manually include config deps due to the way including api deps works
implementation include("de.exlll:configlib-core:4.6.1")
implementation include("org.snakeyaml:snakeyaml-engine:2.7")
implementation include('org.apache.commons:commons-pool2:2.12.1')
// Include driver deps due to no runtime dep loading support
implementation include('org.apache.commons:commons-pool2:2.12.1') implementation include('org.apache.commons:commons-pool2:2.12.1')
implementation include("com.mysql:mysql-connector-j:$mysql_driver_version") implementation include("com.mysql:mysql-connector-j:$mysql_driver_version")
implementation include("org.postgresql:postgresql:$postgres_driver_version") implementation include("org.postgresql:postgresql:$postgres_driver_version")