Skip to content

Private Release

Tip

Internal Release means deploying to private Nexus Repository. Please make sure you are granted to access your company private Nexus Repository.

Repository and Authentication

Configure Gradle in ~/.gradle/gradle.properties.

mavenUser=xxx
mavenPassword=xxx
mavenReleasesRepo=xxx
mavenSnapshotsRepo=xxx

Upgrade Version

Modify version in version.txt and docker/.env-dev

Build and Deploy

Publish to Maven Repository using ./gradlew publish