We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba2d26 commit 7f43798Copy full SHA for 7f43798
1 file changed
mpp-ui/build.gradle.kts
@@ -334,7 +334,7 @@ compose.desktop {
334
mainClass = "cc.unitmesh.devins.ui.MainKt"
335
336
jvmArgs += listOf(
337
- "--add-modules", "java.naming"
+ "--add-modules", "java.naming,java.sql"
338
)
339
340
nativeDistributions {
@@ -345,7 +345,7 @@ compose.desktop {
345
copyright = "© 2024 AutoDev Team. All rights reserved."
346
vendor = "AutoDev Team"
347
348
- modules("java.naming")
+ modules("java.naming", "java.sql")
349
350
// Custom app icon
351
macOS {
0 commit comments