Smithy
Smithy

Joined on July 22, 2019

software.amazon.smithy

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.

software.amazon.smithy.gradle.smithy-base

This plugin sets up the basic capabilities necessary for building Smithy models.Applying this plugin will create the basic source sets and configurations needed for smithyprojects. It will also create a smithy build task that will build and validate all the smithy models in the project.

software.amazon.smithy.gradle.smithy-jar

Adds built Smithy files to an existing jar task such as that createdby the Java or Kotlin plugins. The smithy-jar plugin also adds build metadataand tags to the JAR's MANIFEST. The smithy-jar plugin applies the smithy-baseplugin when it is applied.

software.amazon.smithy.gradle.smithy-trait-package

Configures a Java library package for Smithy traits, using Smithy's trait-codegen plugin to generate Java implementation of traits.

Smithy is not a member of any organizations.