Minor: reformat
This commit is contained in:
+4
-2
@@ -120,8 +120,10 @@
|
|||||||
<sequential>
|
<sequential>
|
||||||
<zip destfile="@{filename}">
|
<zip destfile="@{filename}">
|
||||||
<zipfileset prefix="@{dir}" dir="${artifact.output.path}/@{dir}" excludes="kotlinc/bin/*"/>
|
<zipfileset prefix="@{dir}" dir="${artifact.output.path}/@{dir}" excludes="kotlinc/bin/*"/>
|
||||||
<zipfileset prefix="@{dir}/kotlinc/bin" dir="${artifact.output.path}/@{dir}/kotlinc/bin" includes="*.bat" filemode="644"/>
|
<zipfileset prefix="@{dir}/kotlinc/bin" dir="${artifact.output.path}/@{dir}/kotlinc/bin" includes="*.bat"
|
||||||
<zipfileset prefix="@{dir}/kotlinc/bin" dir="${artifact.output.path}/@{dir}/kotlinc/bin" excludes="*.bat" filemode="755"/>
|
filemode="644"/>
|
||||||
|
<zipfileset prefix="@{dir}/kotlinc/bin" dir="${artifact.output.path}/@{dir}/kotlinc/bin" excludes="*.bat"
|
||||||
|
filemode="755"/>
|
||||||
</zip>
|
</zip>
|
||||||
<delete dir="${artifact.output.path}/@{dir}" quiet="true"/>
|
<delete dir="${artifact.output.path}/@{dir}" quiet="true"/>
|
||||||
</sequential>
|
</sequential>
|
||||||
|
|||||||
Reference in New Issue
Block a user