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.
2 parents 5394840 + 5b229a5 commit c14c5b0Copy full SHA for c14c5b0
build.sbt
@@ -270,7 +270,7 @@ lazy val generateVersionPropertiesFileImpl: Def.Initialize[Task[File]] = Def.tas
270
def executeTool(tool: String) = {
271
val cmd =
272
if (System.getProperty("os.name").toLowerCase.contains("windows"))
273
- s"cmd.exe /c tools\$tool.bat -p"
+ s"cmd.exe /c tools\\$tool.bat -p"
274
else s"tools/$tool"
275
Process(cmd).lines.head
276
}
0 commit comments