Skip to content

Commit

Permalink
fix cleanup cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 6, 2018
1 parent cb69b3d commit bbaa693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<delete dir="${build}/doc" />
<delete file="${build}/.travis.yml" />
<delete includeemptydirs="true">
<fileset dir="${build}/cache" includes="*" />
<fileset dir="${build}/cache" includes="**/*" />
</delete>
</target>

Expand Down

0 comments on commit bbaa693

Please sign in to comment.