Closed Flibio closed 8 years ago
Mm I think can get to this in about hour and fix it since I introduced it
@kinggoesgaming I'll fix it
I am working on it rn :)
@kinggoesgaming kk
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.
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 toproject.version
. It is preventing Updatifier from getting the tag from GitHub.