Fixing the order of tasks to have the code compiled after the version is put there
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@
|
||||
<delete file="${compiler.version.java.bk}" quiet="true"/>
|
||||
</target>
|
||||
|
||||
<target name="pre_build" depends="cleanupArtifacts, unzipDependencies, dist, writeVersionToTemplateFiles, generateInjectors">
|
||||
<target name="pre_build" depends="writeVersionToTemplateFiles, cleanupArtifacts, unzipDependencies, dist, generateInjectors">
|
||||
</target>
|
||||
|
||||
<target name="zipArtifact">
|
||||
|
||||
Reference in New Issue
Block a user