lightbend / genjavadoc

A compiler plugin for generating doc’able Java source from Scala source
Other
58 stars 32 forks source link

Scala 2.13.2 is here #236

Closed SethTisue closed 4 years ago

SethTisue commented 4 years ago

(also, support 2.13.3 nightlies)

SethTisue commented 4 years ago

@raboof can I interest you in pulling the publishing levers for 2.13.2?

raboof commented 4 years ago

Sonatype is not liking my signatures... giving "Failed: signature-staging, failureMessage:No public key: Key with id: (61107b0f74a6daa) was not able to be located on http://pool.sks-keyservers.net:11371/. Upload your public key and try the operation again." while that key is right there at http://pool.sks-keyservers.net:11371/pks/lookup?search=0x061107b0f74a6daa&op=vindex .

I'll just wait a bit, perhaps it needs time to propagate, but suspicious.

raboof commented 4 years ago

Hmm, sending it explicitly to the ubuntu keyservers seems to have helped (gpg --keyserver http://keyserver.ubuntu.com:11371 --send-keys 2A5E8D8495DD653F753C4C7E061107B0F74A6DAA) - or perhaps that was just coincidence.

Anyway, on its way to maven central!

mushtaq commented 4 years ago

Can we please get this released?

raboof commented 4 years ago

It's already there: https://repo1.maven.org/maven2/com/typesafe/genjavadoc/genjavadoc-plugin_2.13.2/0.16/

mushtaq commented 4 years ago

@raboof thank you!