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"