You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
Adds the options entry to the build configuration in the GDK CLI configuration file. Supports exclude under options to exclude certain files from the zip artifact when using the zip build system.
Adds the gradlew build system to use Gradle Wrapper to build components.
Adds support for Kotlin DSL build files for the gradle build option.
Adds an options entry to the publish configuration in the GDK CLI configuration file. Supports the file_upload_args under options to provide extra arguments when uploading files to Amazon S3.
Bug fixes and improvements:
Fixes an issue where Gradle builds didn't clean before running a build command.
Fixes an issue where the build didn't exit when the build command fails.
Improves the output format of the gdk component list command.