提交 f9cd5f7b authored 作者: Thomas Mueller's avatar Thomas Mueller

Java 8 EA workaround(?)

上级 93287361
...@@ -133,7 +133,7 @@ public class BuildBase { ...@@ -133,7 +133,7 @@ public class BuildBase {
throw new RuntimeException("Unsupported pattern, may only start or end with *:" + pattern); throw new RuntimeException("Unsupported pattern, may only start or end with *:" + pattern);
} }
// normalize / and \ // normalize / and \
pattern = replaceAll(pattern, "/", File.separator); pattern = BuildBase.replaceAll(pattern, "/", File.separator);
FileList list = new FileList(); FileList list = new FileList();
for (File f : this) { for (File f : this) {
String path = f.getPath(); String path = f.getPath();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论