mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Only deleting .jar file in clean.
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
</target>
|
||||
|
||||
<target name="clean" depends="clean.modules" description="cleanup all">
|
||||
<delete dir="${module.writelatex-git-bridge.basedir}/bin/writelatex-git-bridge.jar" />
|
||||
<delete file="${module.writelatex-git-bridge.basedir}/bin/writelatex-git-bridge.jar" />
|
||||
</target>
|
||||
|
||||
<target name="build.modules" depends="init, clean, compile.module.writelatex-git-bridge" description="build all modules"/>
|
||||
|
||||
Reference in New Issue
Block a user