suka macos ebani

This commit is contained in:
2026-05-25 01:06:40 +03:00
parent aebee266b7
commit 3e52278e53
5 changed files with 49 additions and 30 deletions

View File

@ -31,6 +31,10 @@ tasks.register<JavaExec>("runServer") {
classpath = sourceSets["main"].runtimeClasspath
mainClass.set("su.sonoma.MainKt")
args = listOf("server")
jvmArgs = listOf(
"--add-opens=java.base/java.io=ALL-UNNAMED"
)
dependsOn("buildTunLib")
}
tasks.register<JavaExec>("runClient") {