Smithy code generators for IoT Devise SDKs that generate clients and server for Greengrass IPC.
./gradlew clean build
- Run
./gradlew clean build
to build local changes. Should be able to find generated classes in /greengrass-client/build/classes/java/main/software - Check for the latest version of SDK in maven here
- Update the SDK_VERSION field from import-spec.ini with the SDK version to build from
- Update the TARGET_VERSION field from import-spec.ini with the snapshot version to
deploy to gg maven repo. The version naming convention for target version is
[SDK_VERSION]-[FeatureAcronym]-[SNAPSHOT]
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.