From e9515f0706bf52a49221712e4f670f5371380ddf Mon Sep 17 00:00:00 2001 From: shine Date: Wed, 2 Dec 2020 13:58:31 +0800 Subject: [PATCH] webinf --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f72d8a7..9f44164 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,8 @@ ext { * 1.如果依赖的jar需要打包到zip中,放置在lib根目录下 * 2.如果依赖的jar仅仅是编译时需要,防止在lib下子目录下即可 */ - // webInf = "$projectDir/../webroot/WEB-INF" - webInf = "$projectDir/../finereport10.0/env/webapps/webroot/WEB-INF" + webInf = "$projectDir/../webroot/WEB-INF" + // webInf = "$projectDir/../finereport10.0/env/webapps/webroot/WEB-INF" println(webInf) libPath = webInf + "/lib"