hsyyid / EssentialCmds

EssentialCmds adds useful commands to Minecraft
https://bit.ly/2HPQ9tR
MIT License
31 stars 21 forks source link

Updatifier compatibility broken #52

Closed Flibio closed 8 years ago

Flibio commented 8 years ago

The build.gradle file has some code in it that prevents EssentialCmds from working with Updatifier.

View file here

project.version + getGitHash() does not equal the exact tag that is found on GitHub. You should change it to project.version. It is preventing Updatifier from getting the tag from GitHub.

kinggoesgaming commented 8 years ago

Mm I think can get to this in about hour and fix it since I introduced it

hsyyid commented 8 years ago

@kinggoesgaming I'll fix it

kinggoesgaming commented 8 years ago

I am working on it rn :)

hsyyid commented 8 years ago

@kinggoesgaming kk

liach commented 8 years ago

I should say Updatifier checks tags from https://github.com/hsyyid/EssentialCmds/releases, and compare current release's date and the latest release's date on GitHub to see whether it is up to date.