提交 482b4333 编写于 作者: K Kohsuke Kawaguchi

If the destDir is available as a file, this fails in a weird way

上级 f2ceb6d7
......@@ -386,7 +386,7 @@ public class ClassicPluginStrategy implements PluginStrategy {
return; // no need to expand
// delete the contents so that old files won't interfere with new files
Util.deleteContentsRecursive(destDir);
Util.deleteRecursive(destDir);
try {
Expand e = new Expand();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册