Closed SolsticeSpectrum closed 2 years ago
I would suggest doing some auto-beta-versioning by appending -Pmod_version="$(git describe --always --tags | cut -c2-)"
to the gradle build line (or like the git hash environment variable cut to the first 8 chars or something)
then we can use that to tell exactly what commit they're using
I would suggest doing some auto-beta-versioning by appending
-Pmod_version="$(git describe --always --tags | cut -c2-)"
to the gradle build line (or like the git hash environment variable cut to the first 8 chars or something)then we can use that to tell exactly what commit they're using
Hopefully I added it correctly
Finally we won't have to download the source and build it ourself just to get newest jar with latest fixes