Skip to content

Commit 69e3980

Browse files
authored
fix: sqlite no longer has a hard dependency on slf4md
1 parent 307cd57 commit 69e3980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for ((identifier, driver, library) in drivers) {
106106
minGameVersion = mindustryVersion,
107107
java = true,
108108
hidden = true,
109-
dependencies = mutableListOf(ModDependency("slf4md", soft = identifier != "sqlite")),
109+
dependencies = mutableListOf(ModDependency("slf4md", soft = true)),
110110
)
111111

112112
dependencies {

0 commit comments

Comments
 (0)