mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-02-05 15:02:07 +01:00
Fix random ant build warnings
This commit is contained in:
parent
987aa76b25
commit
5efd4d0d73
@ -23,7 +23,7 @@
|
||||
|
||||
<target name="compile" description="Compilation target">
|
||||
<echo>Compiling</echo>
|
||||
<javac srcdir="." destdir="bin" debug="on" debuglevel="lines,vars,source" classpathref="classpath" />
|
||||
<javac srcdir="." destdir="bin" debug="on" debuglevel="lines,vars,source" classpathref="classpath" includeantruntime="false" />
|
||||
<copy file="plugin.yml" tofile="bin/plugin.yml" />
|
||||
<replace file="bin/plugin.yml" token="b000" value="b${env.BUILD_NUMBER}" />
|
||||
</target>
|
||||
|
Loading…
Reference in New Issue
Block a user