Open winsmith opened 3 months ago
Hi @kkostov I need your help. I have created an account on central.sonatype.com and I've created a namespace. Next up I wanted to register a package for the KotlinSDK, which takes a Zip file but I'm unsure because the ZIP file from our releases look very different in folder structure to the one described in their docs.
Questions for you
Hey Daniel,
I've slacked you a zip of a release based on changes from https://github.com/TelemetryDeck/KotlinSDK/pull/36/files - you should be able to upload it from the web interface. It's the same version as the current release on JitPack - 2.2.0
.
Meanwhile, I will add a GitHub action that can release new versions.
@winsmith to complete this issue, could you please add the environment variables I had you as secrets to the repository? The list is as follows:
ORG_GRADLE_PROJECT_mavenCentralUsername
ORG_GRADLE_PROJECT_mavenCentralPassword
ORG_GRADLE_PROJECT_signingInMemoryKey
ORG_GRADLE_PROJECT_signingInMemoryKeyId
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword
This is based on https://vanniktech.github.io/gradle-maven-publish-plugin/central/#publishing-releases
Since we're continuing to have problems with Jitpack, we're going to move to Maven Central