17 lines
401 B
Groovy
17 lines
401 B
Groovy
/*
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
description = "This module provides the implementation of protocol traits for Smithy."
|
|
|
|
ext {
|
|
displayName = "Smithy :: Protocol Traits"
|
|
moduleName = "software.amazon.smithy.protocol.traits"
|
|
}
|
|
|
|
dependencies {
|
|
api project(":smithy-utils")
|
|
api project(":smithy-model")
|
|
}
|