提交 0dc35af7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Update client jar file size

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