提交 573d0920 编写于 作者: J James Nord

Merge pull request #2148 from jtnord/jenkins-33693

[FIXED JENKINS-33693] Do not hardcode .bat extension.
......@@ -250,8 +250,6 @@ public class Maven extends Builder {
seed = new File(ws,"project.xml").exists() ? "maven" : "mvn";
}
if(Functions.isWindows())
seed += ".bat";
return seed;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册