[Daemon] Fix a typo in the jvm arguments
This commit is contained in:
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 =
|
||||
|
||||
Reference in New Issue
Block a user