mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-08 16:04:40 +00:00
Make jutils usable from snapshot jars.
This commit is contained in:
parent
2837517753
commit
335552cf71
2 changed files with 6 additions and 0 deletions
|
|
@ -26,6 +26,11 @@
|
|||
<os family="unix" />
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
<delete file="lib/jutils.jar"/>
|
||||
<copy tofile="lib/jutils.jar">
|
||||
<fileset dir="lib" includes="jutils-*-SNAPSHOT.jar"></fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="runtest" depends="dist">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue