Index: ssts-web/src/main/webapp/build.gradle =================================================================== diff -u -r27959 -r27978 --- ssts-web/src/main/webapp/build.gradle (.../build.gradle) (revision 27959) +++ ssts-web/src/main/webapp/build.gradle (.../build.gradle) (revision 27978) @@ -44,8 +44,8 @@ println "发布包的svn版本: " + svnRevision println "webAppRootDir: " + webAppRootDir -println "环境变量customLibPath: " + customLibPath -println "环境变量sstsProjectPath: " + sstsProjectPath +println "环境变量CUSTOM_LIB_PATH: " + customLibPath +println "环境变量SSTS_PROJECT_PATH: " + sstsProjectPath if(customLibPath == null){ throw new GradleException('需要的环境变量CUSTOM_LIB_PATH没有设置,编译终止!')