fixed failing copy
This commit is contained in:
parent
da290e570f
commit
27abb20728
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@
|
|||
</fileset>
|
||||
</copy>
|
||||
<!-- Copy plugin libs -->
|
||||
<copy todir="${releaseDir}/lib" flatten="true" includeEmptyDirs="false">
|
||||
<copy todir="${releaseDir}/lib" flatten="true" includeEmptyDirs="false" failonerror="false">
|
||||
<fileset dir="plugins/">
|
||||
<include name="*/lib/**"/>
|
||||
</fileset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue