-
Notifications
You must be signed in to change notification settings - Fork 11
Updating the project
husnjak edited this page Oct 19, 2022
·
2 revisions
This Wiki is not for the PUBLIC, more for myself to "remember" how to update this project.
The protobuf file is downloaded automatically via gradle build
. So it's a simple update, build, push, test, release.
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
- Working with GPG keys and Sonatype
- Publishing with Gradle
- TODO - Look into the gradle-nexus plugin.
- Jitpack