We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddd7fb commit a788e5fCopy full SHA for a788e5f
server/build.gradle.kts
@@ -20,7 +20,7 @@ application {
20
description = "Code completions, diagnostics and more for Kotlin"
21
applicationDefaultJvmArgs = listOf("-DkotlinLanguageServer.version=$version")
22
applicationDistribution.into("bin") {
23
- filePermissions { unix(755) }
+ filePermissions { unix("755".toInt(radix = 8)) }
24
}
25
26
0 commit comments