32 lines
826 B
Groovy
32 lines
826 B
Groovy
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-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"
|