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.
2 parents 21cebe9 + cb293ec commit 9e367f1Copy full SHA for 9e367f1
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