Sfoglia il codice sorgente

Use the right compile target.

Change-Id: Ic0d37dd6504a431aa2c8d1c9c084198ce7685265
Reviewed-on: http://gerrit.dmdirc.com/3889
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
changes/89/3889/4
Chris Smith 9 anni fa
parent
commit
551a2396ff
1 ha cambiato i file con 8 aggiunte e 2 eliminazioni
  1. 8
    2
      build.xml

+ 8
- 2
build.xml Vedi File

@@ -11,7 +11,7 @@
11 11
         <exec executable="gradle" dir="." failonerror="true">
12 12
             <arg value="-PdmdircOutput=${dmdircOutput}"/>
13 13
             <arg value="--parallel"/>
14
-            <arg value="compile"/>
14
+            <arg value="compileJava"/>
15 15
         </exec>
16 16
     </target>
17 17
 
@@ -40,6 +40,12 @@
40 40
 
41 41
     <target name="with.clover"/>
42 42
 
43
-    <target name="compile-for-tests" depends="compile"/>
43
+    <target name="compile-for-tests" depends="compile">
44
+        <exec executable="gradle" dir="." failonerror="true">
45
+            <arg value="-PdmdircOutput=${dmdircOutput}"/>
46
+            <arg value="--parallel"/>
47
+            <arg value="compileTestJava"/>
48
+        </exec>
49
+    </target>
44 50
 
45 51
 </project>

Loading…
Annulla
Salva