mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
2adee2f574
https://forum.plantuml.net/17811/theme-supports-no-calculated-from-path-and-stdlib-from-path
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
rootProject.name = "plantuml"
|
|
|
|
val isCiBuild = System.getenv("CI") != null
|
|
|
|
include("plantuml-mit")
|
|
include("plantuml-epl")
|
|
include("plantuml-bsd")
|
|
include("plantuml-asl")
|
|
include("plantuml-lgpl") |