mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
19d7fba544
* Add MIT version on CI * chore: add gradle project for plantuml-mit * chore: add publish to gradle project plantuml-mit * chore: suppress test on u20 win19, add MIT on release script Suppress ubuntu20 and win2019 test Test of symbolic link on release script for MIT license Delete now not used files: - ci-mit.yml - license-mit.yml - build-mit.gradle.kts * fix: side effect of MIT on Native CI * fix(build): update paths to mit jars --------- Co-authored-by: Eric Vantillard <eric.vantillard@evaxion.fr>
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
rootProject.name = "plantuml"
|
|
|
|
val isCiBuild = System.getenv("CI") != null
|
|
|
|
include("plantuml-mit")
|