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 c875afe commit 9f8630aCopy full SHA for 9f8630a
server/build.gradle.kts
@@ -80,7 +80,7 @@ tasks.register<Exec>("fixFilePermissions") {
80
// When running on macOS or Linux the start script
81
// needs executable permissions to run.
82
83
- onlyIf { !System.getProperty("os.name").toLowerCase().contains("windows") }
+ onlyIf { !System.getProperty("os.name").lowercase().contains("windows") }
84
commandLine("chmod", "+x", "${tasks.installDist.get().destinationDir}/bin/kotlin-language-server")
85
}
86
0 commit comments