build(connector): add support for sql in release builds

This commit is contained in:
Anthony 2024-04-05 02:05:05 +02:00
parent 200a6c80f3
commit 3fd262e349

View File

@ -93,6 +93,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "io.anthonyberg.connector" packageName = "io.anthonyberg.connector"
packageVersion = "1.0.0" packageVersion = "1.0.0"
modules("java.sql")
} }
} }
} }