提交 a9687511 authored 作者: thomasmueller's avatar thomasmueller

JDBC driver is now larger

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