MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
493 stars 350 forks source link

Version displays incorrect build value #837

Closed SlimeDog closed 3 years ago

SlimeDog commented 3 years ago

Vault version 1.7.3-b21

> version Vault
[13:34:59 INFO]: Vault version 1.7.3-b${env.TRAVIS_BUILD_NUMBER}
Sleaker commented 3 years ago

This means you're not running an official version. I don't support unofficial builds. The correct place to download Vault is from the project page on curseforge.com, spigotmc.org, or the releases tab here on github.

SlimeDog commented 3 years ago

What about https://ci.md-5.net/job/Vault/ dev releases?

Sleaker commented 3 years ago

@SlimeDog that is not my build server. I do not do dev releases. You're trusting whoever runs that server (caveat, probably fine since md5 runs spigot). What I referenced above are the only 3 official download locations that I manage.

SlimeDog commented 3 years ago

OK. Thanks. I didn't realize that you were not running that dev location. I will use the Spigot releases henceforth.