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 37585f9 commit dbcedfbCopy full SHA for dbcedfb
build.sbt
@@ -254,7 +254,7 @@ lazy val generateVersionPropertiesFileImpl: Def.Initialize[Task[File]] = Def.tas
254
def executeTool(tool: String) = {
255
val cmd =
256
if (System.getProperty("os.name").toLowerCase.contains("windows"))
257
- s"cmd.exe /c tools\$tool.bat -p"
+ s"cmd.exe /c tools\\$tool.bat -p"
258
else s"tools/$tool"
259
Process(cmd).lines.head
260
}
0 commit comments