mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Remove some console warnings
This commit is contained in:
@@ -67,6 +67,7 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
|
||||
implementation("com.mayakapps.kache:kache:2.1.1")
|
||||
implementation("io.klogging:klogging:0.11.7")
|
||||
implementation("io.klogging:slf4j-klogging:0.11.7")
|
||||
|
||||
val ktor_version = "3.4.1"
|
||||
implementation("io.ktor:ktor-server-core-jvm:$ktor_version")
|
||||
|
||||
@@ -100,6 +100,7 @@ tasks.shadowJar {
|
||||
}
|
||||
application {
|
||||
mainClass.set("dev.slimevr.desktop.Main")
|
||||
applicationDefaultJvmArgs = listOf("--enable-native-access=ALL-UNNAMED")
|
||||
}
|
||||
|
||||
buildConfig {
|
||||
@@ -116,5 +117,6 @@ buildConfig {
|
||||
|
||||
tasks.run<JavaExec> {
|
||||
standardInput = System.`in` // this is not working
|
||||
jvmArgs("--enable-native-access=ALL-UNNAMED")
|
||||
args = listOf("run")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user