2024-08-19 11:40:02 +02:00

14 lines
434 B
Bash
Executable File

#!/bin/sh
#
# 1. Set up PGP key for signing
# 2. Create ~/.gradle/gradle.properties
# 3. Add
# ossrhUsername=<sonatype-token-user-name>
# ossrhPassword=<sonatype-token>
# signing.gnupg.passphrase=<pgp-key-passphrase>
#
# After publishing via this script, log into https://oss.sonatype.org and release it manually after
# checks pass ("Close -> Release & Drop").
set -e
./gradlew publishReleasePublicationToSonaTypeRepository