1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-01-23 07:08:30 +00:00
soloturn 18e6c41bfb use gradle in-memory asci-armored keys to sign artifacts
on the commadn line this allows as before:
  gradle -q signMavenPublication signPdfJar -Psigning.gnupg.keyName=... - -Psigning.gnupg.passphrase=...

on github this allows to put the key and password into environment variables:
  ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ARTIFACT_SIGNING_KEY }}
  ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ARTIFACT_SIGNING_PASSPHRASE }}
  gradle -q signMavenPublication signPdfJar
2022-02-14 13:46:59 +01:00
2022-02-12 18:27:51 +01:00
2021-11-01 13:02:46 +01:00
2021-05-02 12:12:46 +02:00
2022-02-12 18:34:19 +01:00
wip
2021-12-08 19:29:29 +01:00
2014-11-27 09:59:33 +01:00
2022-02-14 13:33:27 +01:00
2022-01-25 10:35:42 +01:00
2022-01-21 17:26:43 +01:00
Description
Generate diagrams from textual description
Readme 54 MiB
Languages
Java 99.8%