Skip to content
Unverified Commit b43dc6df authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix SDK assemble Gradle pathing issue (#1343)

On M1 Macs, Gradle's working directory is the path of the Gradle daemon
rather than the project root. The SDK's `IntegrationTestDecorator` was
assuming that the working directory would always be the project root, so
assemble was failing on this setup.

This commit adds SDK-specific settings so that the integration test
directory can be configured in `smithy-build.json`.
parent c60da3fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment