We are unable to build the library for ourselves by running publishToMavenCentral as signing keys are missing.
As for Jitpack builds, in addition to the missing keys, they fail since one of the gradle plugins requires java 11, and Jitpack runs on Java 8.
You can fix this by setting it up with Java 11+ (here I added Java 21)
Your Question
We are unable to build the library for ourselves by running
publishToMavenCentral
as signing keys are missing.As for Jitpack builds, in addition to the missing keys, they fail since one of the gradle plugins requires java 11, and Jitpack runs on Java 8. You can fix this by setting it up with Java 11+ (here I added Java 21)