Moved Variables as such forge version, mc version, etc to gradle.properties
Potential Issues:
One thing I did note, is y'all use build number as the only thing for versioning. A lot of the community has been moving towards Semver, so this also switches over to that. It also adds support for using the branch numbers on Jenkins. So an alpha version would be "0.1.0-alpha.5", beta would be "0.1.0-beta.6" and release would be "0.1.0". This would also help for automating curse releases through Jenkins. This part is entirely up for discussion and I am happy to move it back to the original versioning if that is what is preferred.
Changes:
Potential Issues: