This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
plantuml
Watch
1
Star
0
Fork
0
You've already forked plantuml
mirror of
https://github.com/octoleo/plantuml.git
synced
2024-11-05 21:17:52 +00:00
Code
Issues
Releases
Wiki
Activity
87caaebdb9
plantuml
/
settings.gradle.kts
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add basic gradle files to allow conversion to gradle in future, #47
2022-01-05 17:28:46 +00:00
rootProject.name = "plantuml"
chore: Add MIT License (`jar`, `source`) version on CI [skip actions] (#1375) * 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>
2023-04-05 10:13:14 +00:00
val isCiBuild = System.getenv("CI") != null
include("plantuml-mit")
Copy Permalink