This project integrates Smithy with Gradle. This plugin can build artifacts from Smithy models, generate JARs that contain Smithy models found in Java projects, and generate JARs that contain filtered projections of Smithy models.
The Smithy Gradle plugin is applied using the software.amazon.smithy
plugin.
The following example configures a project to use the Smithy Gradle plugin:
plugins {
id("software.amazon.smithy").version("0.6.0")
}
See https://awslabs.github.io/smithy/2.0/guides/building-models/gradle-plugin.html
This library is licensed under the Apache 2.0 License.