Publish the artifact to package registry and create the release
# Publishing the artifact to package registry:
* [x] Add maven publication mechanism to `build.gradle` and set it up.
* [x] Create job to publish (include `when: manual`).
* [x] Run the publishing job to test if it's working (remove the [artifact](https://gitlab.com/minecraft_plugin/magiccarpet/-/packages) in case of success).
* [x] (optionally) Make the job executable only on master.
# Creating the release:
* [x] Make the final MR with last fixes and cleanup if needed (don't close this issue automatically).
* [x] Run the publishing job on the [master](https://gitlab.com/maagiccarpet-maagiccarpet/-/tree/master/) branch.
* [x] Create new [release](https://gitlab.com/minecraft_plugin/magiccarpet/-/releases) from [master](https://gitlab.com/minecraft_plugin/magiccarpet/-/tree/master) branch.
* [x] Briefly describe what is included (from the feature side) in this release (use the %"Release 0.1.0" milestone for help).
* [x] (optionally) If uploaded to [spigotmc.org](https://spigotmc.org), provide a download link in description.
issue