修改打包工具跟路径配置必须配置
parent
ae3a9b0349
commit
20b4eb3f75
|
@ -49,7 +49,7 @@ public class FileTreeBuilder {
|
|||
directoryPath + classRootPath + "ln",
|
||||
directoryPath + classRootPath + "cus_getlog"
|
||||
);
|
||||
AutoPackageJar.createJar(directoryPath, classRootPath);
|
||||
AutoPackageJar.createJar(directoryPath);
|
||||
blackList.addAll(blacklistPrefixes);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in New Issue