We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37032dc commit cb293ecCopy full SHA for cb293ec
ant/build/compile.xml
@@ -10,6 +10,7 @@
10
<mkdir dir="${grails.build}"/>
11
<mkdir dir="${grails.test.build}"/>
12
<mkdir dir="${grails.test.reports}"/>
13
+ <mkdir dir="${grails.dist}"/>
14
<mkdir dir="${grails.stubs}" />
15
</target>
16
0 commit comments