Skip to content
Unverified Commit 092cc0ac authored by Aaron Todd's avatar Aaron Todd Committed by GitHub
Browse files

fix gradle caching in docker build (#4294)

## Description
<!--- Describe your changes in detail -->

https://github.com/smithy-lang/smithy-rs/pull/4218 broke the docker
image build in a subtle way which is that we added Gradle build logic to
`buildSrc` that is used in the root `build.gradle.kts` file. This wasn't
found in PR:4218 because the docker build does a sparse checkout of the
`main` branch which did not have the new logic/issue and thus was not
triggered until after merging.

## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
Local + CI build succeeds

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 0397c8bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment