aws-greengrass / aws-greengrass-gdk-cli

The Greengrass Development Kit - Command Line Interface (GDK CLI) is a tool that helps you create Greengrass V2 components either using templates or community repositories.
https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-development-kit-cli.html
Apache License 2.0
28 stars 19 forks source link

On Windows ./ is not valid #273

Closed 1-alex98 closed 9 months ago

1-alex98 commented 9 months ago

https://github.com/aws-greengrass/aws-greengrass-gdk-cli/blob/cfd3e1078b4bfdaec27f09e29ab33d7343981bd1/gdk/build_system/GradleWrapper.py#L12

MikeDombo commented 9 months ago

Thank you for letting us know about this.

This is fixed by #274.

It may take us a little while before it is released fully, but you can use the updated version immediately by running pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@development --upgrade

MikeDombo commented 9 months ago

Resolved in 1.6.2.

Thank you