Commit b69f941f authored by tower's avatar tower

fix

parent cc3cf904
...@@ -326,7 +326,6 @@ def build_java(systemName, branchName,contextDir) { ...@@ -326,7 +326,6 @@ def build_java(systemName, branchName,contextDir) {
if (libfolder.exists()){ if (libfolder.exists()){
sh "mv ${jarFilePath}/lib/* ${contextDir}/lib" sh "mv ${jarFilePath}/lib/* ${contextDir}/lib"
} }
``
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment