mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-05 06:25:47 +00:00
Put the correct api version information into the Version class.
This commit is contained in:
parent
62ed7dc473
commit
c07fe191ea
3 changed files with 13 additions and 5 deletions
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
<project name="Sun Games Initiative Client Technologies" basedir="." default="all" xmlns:artifact="urn:maven-artifact-ant">
|
||||
|
||||
<property name="mvn.version" value="2.0.4"/>
|
||||
<property name="api.version" value="2.0.5"/>
|
||||
<property name="mvn.version" value="${api.version}-SNAPSHOT"/>
|
||||
<property name="maven-repository-url" value="https://oss.sonatype.org/service/local/staging/deploy/maven2/" />
|
||||
<property name="maven-repository-id" value="sonatype-nexus-staging" />
|
||||
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
<attribute name="target"/>
|
||||
<sequential>
|
||||
<subant target="@{target}">
|
||||
<property name="api.version" value="${api.version}"/>
|
||||
<fileset file="coreAPI/build.xml"/>
|
||||
<fileset file="plugins/linux/build.xml"/>
|
||||
<fileset file="plugins/windows/build.xml"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue