felldo / JEmoji

Java Emoji (JEmoji) is a lightweight fast emoji library for Java with the purpose to improve and ease working with emojis
Apache License 2.0
60 stars 10 forks source link

Allow local and Jitpack builds #15

Closed freya022 closed 11 months ago

freya022 commented 1 year ago

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)

felldo commented 11 months ago

Added in https://github.com/felldo/JEmoji/commit/1c74f33aa76a8826e38215ead4eeda69aacdf0b9