Skip to content

Commit cb293ec

Browse files
create dist dir in build-init
1 parent 37032dc commit cb293ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ant/build/compile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<mkdir dir="${grails.build}"/>
1111
<mkdir dir="${grails.test.build}"/>
1212
<mkdir dir="${grails.test.reports}"/>
13+
<mkdir dir="${grails.dist}"/>
1314
<mkdir dir="${grails.stubs}" />
1415
</target>
1516

0 commit comments

Comments
 (0)