[Daemon] Fix a typo in the jvm arguments

This commit is contained in:
Alexander.Likhachev
2024-01-22 17:43:12 +01:00
committed by Space Team
parent 853ad54699
commit dbdcce0655
@@ -463,7 +463,7 @@ object KotlinCompilerClient {
val platformSpecificOptions = listOf(
// hide daemon window
"-Djava.awt.headless=true",
"-D$${CompilerSystemProperties.JAVA_RMI_SERVER_HOSTNAME.property}=$serverHostname"
"-D${CompilerSystemProperties.JAVA_RMI_SERVER_HOSTNAME.property}=$serverHostname"
)
val javaVersion = CompilerSystemProperties.JAVA_VERSION.value?.toIntOrNull()
val javaIllegalAccessWorkaround =