this project uses stonecutter so the gradle tasks are kind of a mess. here are the ones you probably want:
client
: run client for the active versionserver
: run server for the active versionbuildCurrent
: build the active versionchiseledBuild
: build for ALL versionschiseledPublish
: publish for all versionsReset active project
: reset active versionSet active project to 1.21.4
: change active version
before doing a commit you want to reset version. probably also run chiseledBuild
to make sure everything builds.
tasks you SHOULD NOT use are runClient
, runServer
, and publishMods
.