Skip to content

Commit

Permalink
add exclusion for 'defaults' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe committed Dec 12, 2023
1 parent 6dc6196 commit a22eedd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codegen/protocol-test-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ fun generateSmithyBuild(tests: List<ProtocolTest>): String {
"${test.serviceShapeId}"
]
}
},
{
"name": "excludeTraitsByTag",
"args": {
"tags": ["defaults"]
}
}
],
"plugins": {
Expand Down

0 comments on commit a22eedd

Please sign in to comment.