Browse Source

webinf

master
shine 3 years ago
parent
commit
e9515f0706
  1. 4
      build.gradle

4
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"

Loading…
Cancel
Save