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

Client jar file size has increased

上级 28b938b0
...@@ -268,8 +268,8 @@ public class Build extends BuildBase { ...@@ -268,8 +268,8 @@ public class Build extends BuildBase {
exclude("*.sh"). exclude("*.sh").
exclude("*.txt"); exclude("*.txt");
long kb = jar("bin/h2client" + getJarSuffix(), files, "temp"); long kb = jar("bin/h2client" + getJarSuffix(), files, "temp");
if (kb < 300 || kb > 350) { if (kb < 300 || kb > 400) {
throw new Error("Expected file size 300 - 350 KB, got: " + kb); throw new Error("Expected file size 300 - 400 KB, got: " + kb);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论