Unverified 提交 606eebb5 authored 作者: Noel Grandin's avatar Noel Grandin 提交者: GitHub

Merge pull request #966 from katzyn/client

Do not include help and images in client jar
......@@ -979,6 +979,8 @@ public class Build extends BuildBase {
files = files.keep("src/main/org/h2/res/_messages_en.*");
}
if (clientOnly) {
files = files.exclude("src/main/org/h2/res/help.csv");
files = files.exclude("src/main/org/h2/res/h2*");
files = files.exclude("src/main/org/h2/res/javadoc.properties");
files = files.exclude("src/main/org/h2/server/*");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论