You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
this uses sbt-pgp and sbt-sonatype and assumes you've already completed the one-time manual steps described in https://central.sonatype.org/publish/publish-guide/#initial-setup - although I imagine they might be unnecessary as you probably already have com.ovoenergy set up on OSSRH / maven central
The hard bit at least for me was to get GPG signatures working. Specifically note these lines in build sbt
, where PGP_SECRET is a base64-encoded string of your non-ASCII-armored PGP secret key. At least that's how I got it to work with github actions (I think this might all work or not dependent on the gpg version you happen to run )
LMK if you need any more input.
I'm unfortunately a bit swamped right now and don't have the time to raise a PR, but hopefully this helps a little.
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
... otherwise this can't be consumed past 1st May, IIUC.
I think bintray themselves are suggesting https://central.sonatype.org/pages/ossrh-guide.html as an alternative.
I have a project of my own that needs to sort this. Once I get to it I'll comment on this issue what I had to do on my repo.
The text was updated successfully, but these errors were encountered: