File size: 309 Bytes
1eff9b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | rootProject.name = "ortho32-sdk-java"
include(
":ortho-fabric",
":ortho-device",
":ortho-transport",
":ortho-compute",
":ortho-tensor",
":ortho-trace",
":ortho-verify",
":ortho-security",
":ortho-agent",
":ortho-routing",
":ortho-core",
":integration-tests"
)
|