forked from smithy-lang/smithy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
35 lines (34 loc) · 952 Bytes
/
settings.gradle
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
30
31
32
33
34
35
pluginManagement {
repositories {
mavenLocal()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "smithy"
include ":smithy-aws-iam-traits"
include ":smithy-aws-traits"
include ":smithy-aws-apigateway-traits"
include ":smithy-aws-apigateway-openapi"
include ":smithy-aws-protocol-tests"
include ":smithy-cli"
include ":smithy-codegen-core"
include ":smithy-build"
include ":smithy-model"
include ":smithy-diff"
include ":smithy-linters"
include ":smithy-mqtt-traits"
include ":smithy-jsonschema"
include ":smithy-openapi"
include ":smithy-openapi-traits"
include ":smithy-utils"
include ":smithy-protocol-test-traits"
include ':smithy-jmespath'
include ":smithy-waiters"
include ":smithy-aws-cloudformation-traits"
include ":smithy-aws-cloudformation"
include ":smithy-validation-model"
include ":smithy-rules-engine"
include ":smithy-smoke-test-traits"
include ":smithy-syntax"
include ":smithy-aws-endpoints"