mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +00:00
Use Ant to replace GroupManager's plugin.yml version
This commit is contained in:
parent
3017d2a7f4
commit
8b26c7fc84
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -117,6 +117,7 @@
|
|||
</dependencies>
|
||||
<configuration>
|
||||
<target name="buildgm">
|
||||
<replace dir="EssentialsGroupManager/src" includes="plugin.yml" token="version: GMBuildVer" value="version: ${GMVer}"/>
|
||||
<ant dir="EssentialsGroupManager" antfile="build.xml"/>
|
||||
</target>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in a new issue