提交 4f59ccfd authored 作者: thomasmueller's avatar thomasmueller

MVStore jar size is now larger

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