-
- Downloads
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`.
Showing
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/IntegrationTestDependencies.kt 3 additions, 2 deletions...ware/amazon/smithy/rustsdk/IntegrationTestDependencies.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/SdkSettings.kt 23 additions, 0 deletions...main/kotlin/software/amazon/smithy/rustsdk/SdkSettings.kt
- aws/sdk/build.gradle.kts 7 additions, 2 deletionsaws/sdk/build.gradle.kts
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/RustSettings.kt 7 additions, 3 deletions...oftware/amazon/smithy/rust/codegen/smithy/RustSettings.kt
Loading
Please register or sign in to comment