Skip to content
Filip Jirsák edited this page Jan 22, 2023 · 4 revisions

Set JAVA_HOME envorinment variable to Java 1.8 JDK.

gradlew clean
gradlew -Pversion=x.y.z publish

Tasks

  • Go to https://oss.sonatype.org/#stagingRepositories
  • Delete maven-metadata.xml.sha256 before closing stagging repo.
  • Delete maven-metadata.xml.sha512 before closing stagging repo.
  • Leave maven-metadata.xml.md5 before closing stagging repo.
  • Leave maven-metadata.xml.sha1 before closing stagging repo.
  • Uncheck „automatically drop“ within release action.

Links

Clone this wiki locally