1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-05 21:17:52 +00:00
plantuml/settings.gradle.kts

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")