Skip to content
jobi edited this page Dec 1, 2014 · 2 revisions
  • Make sure you have some keys set in gradle.properties:
signing.keyId=<ID of the GPG key you want to sign the artifacts with>
signing.secretKeyRingFile=<path to your GPG keyring>
signing.password=<GPG key password>

sonatypeRepo=https://oss.sonatype.org/service/local/staging/deploy/maven2/
sonatypeUsername=litl
sonatypePassword=****
  • then run
./gradlew uploadArchives
  • then go to https://oss.sonatype.org/#stagingRepositories, sign in as litl

  • then you should see a line with your new version, select it and choose "Close"

  • wait a bit and reload, select the same line and select "Release" (if it's grayed out wait a bit longer)

Clone this wiki locally