1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-05 21:17:52 +00:00
Generate diagrams from textual description
Go to file
soloturn 8479cf0898 build.gradle.kts, include manifest.txt, Build-Jdk-Spec
the manifest classpath is to accomodate running it with pdf or not.
mvn can build via a profile. when building a binary without pdf,
the dependencies could be added later, and plantuml would know it
anyway as they are listed in the manifest.

the gradle way would be to use variant aware builds,
predominatntly this is used for android builds. multi-release
builds are not something for plantuml:
* https://developer.android.com/studio/build/build-variants
* https://docs.gradle.org/current/userguide/variant_model.html
* https://blog.gradle.org/mrjars
2022-01-09 13:59:27 +01:00
.github Fix snapshot release when workflow does not sign artifacts 2021-12-09 21:03:26 +11:00
docs Add artifact signing to CI workflow & publish signature files in snapshot releases. 2021-12-09 11:54:04 +11:00
gradle/wrapper add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
skin Switch to twemoji 2021-12-07 19:15:43 +01:00
src NPE protection 2022-01-07 19:12:07 +01:00
stdlib Import version 1.2021.13 2021-11-01 13:02:46 +01:00
svg Add missing SVG folder 2021-05-02 12:12:46 +02:00
test Better path check for security files (SFile) 2021-11-22 15:41:49 +01:00
themes Fix styles issues for theme and patch hacker theme 2021-11-18 18:12:17 +01:00
tools Added script that batch converts SVG and/or PNG files to PlantUml sprites. It was used to generate the Material Sprites from https://github.com/plantuml/plantuml-stdlib/pull/1 2017-12-09 00:38:51 +01:00
.editorconfig reformat build.gradle.kts 2 indent 2022-01-07 02:28:17 +01:00
.gitignore add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
build.gradle.kts build.gradle.kts, include manifest.txt, Build-Jdk-Spec 2022-01-09 13:59:27 +01:00
build.xml wip 2021-12-08 19:29:29 +01:00
COPYING Add GPLv3 License 2014-11-27 09:59:33 +01:00
gradlew add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
gradlew.bat add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
license.txt Fixed some typos in the license text 2021-09-13 15:04:06 +05:30
manifest.txt Missing manifest file needed for PDF 2021-11-17 18:58:15 +01:00
pom.xml Add artifact signing to CI workflow & publish signature files in snapshot releases. 2021-12-09 11:54:04 +11:00
README.md Add sponsor badge 2022-01-06 11:05:21 +01:00
settings.gradle.kts add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00