Skip to content

Updating the project

husnjak edited this page Oct 19, 2022 · 2 revisions

IMPORTANT

This Wiki is not for the PUBLIC, more for myself to "remember" how to update this project.

Updating the Protocol Buffers

The protobuf file is downloaded automatically via gradle build. So it's a simple update, build, push, test, release.

Updating MavenCentral

The project uses Github Actions to build and publish the JAR file.
The project gets built after every commit.
The project will only publish on release, unless manually released as a SNAPSHOT Once published as a new release go to The nexus repository manager and check Staging Repositories.
Select the new release and close it, this starts the verification process.
When the release has been closed you can release it.
The new release will take up to 2h to be synced to MavenCentral

Other stuff

Clone this wiki locally