forked from razorpay/hypertrace-hypertrace-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle.kts
29 lines (26 loc) · 941 Bytes
/
settings.gradle.kts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
rootProject.name = "hypertrace-graphql-root"
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven("https://hypertrace.jfrog.io/artifactory/maven")
}
}
plugins {
id("org.hypertrace.version-settings") version "0.2.0"
}
includeBuild("./hypertrace-core-graphql")
include(":hypertrace-graphql-service")
include(":hypertrace-graphql-impl")
include(":hypertrace-graphql-gateway-service-metric-utils")
include(":hypertrace-graphql-metric-schema")
include(":hypertrace-graphql-entity-schema")
include(":hypertrace-graphql-explorer-schema")
include(":hypertrace-graphql-attribute-scope")
include(":hypertrace-graphql-explorer-context")
include(":hypertrace-graphql-entity-type")
include(":hypertrace-graphql-service-config")
include(":hypertrace-graphql-platform")
include(":hypertrace-graphql-spaces-schema")
include(":hypertrace-graphql-labels-schema-api")
include(":hypertrace-graphql-labels-schema-impl")