Skip to content

Commit

Permalink
Ensure that build/tmp exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 23, 2019
1 parent 7b69a29 commit 44e0840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

<target name="prepare" unless="prepare.done" depends="clean" description="Prepare for build">
<mkdir dir="${basedir}/build/artifacts/logfiles"/>
<mkdir dir="${basedir}/build/tmp"/>

<property name="prepare.done" value="true"/>
</target>

Expand Down

0 comments on commit 44e0840

Please sign in to comment.