修改打包工具跟路径配置必须配置

dev
youhong.ai 2023-07-07 16:34:20 +08:00
parent ae3a9b0349
commit 20b4eb3f75
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class FileTreeBuilder {
directoryPath + classRootPath + "ln", directoryPath + classRootPath + "ln",
directoryPath + classRootPath + "cus_getlog" directoryPath + classRootPath + "cus_getlog"
); );
AutoPackageJar.createJar(directoryPath, classRootPath); AutoPackageJar.createJar(directoryPath);
blackList.addAll(blacklistPrefixes); blackList.addAll(blacklistPrefixes);
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();