Earthcomputer / multiconnect

A mod to connect to multiple Minecraft server versions
Other
462 stars 52 forks source link

This will make life for some people easier #364

Closed SolsticeSpectrum closed 2 years ago

SolsticeSpectrum commented 2 years ago

Finally we won't have to download the source and build it ourself just to get newest jar with latest fixes

wagyourtail commented 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

SolsticeSpectrum commented 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

Hopefully I added it correctly

Earthcomputer commented 2 years ago

Thanks! Merged via https://github.com/Earthcomputer/multiconnect/commit/c20a4cb7b68be79f6f6f7b1e9db8287b01965848