smithy-rs/buildSrc
John DiSanti f310668417
Stop rebuilding `sdk-lints` all the time (#2861)
I noticed `sdk-lints` was getting recompiled just about every time I ran
`git commit` as part of the pre-commit hooks. It looks like a compiler
flag was added to the `ExecRustBuildTool` task type that isn't actually
used by any tools. Removing it should eliminate compiler flag conflicts
between the gradle targets and pre-commit.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-07-20 13:15:34 +00:00
..
src Stop rebuilding `sdk-lints` all the time (#2861) 2023-07-20 13:15:34 +00:00
build.gradle.kts Fix Gradle deprecation warnings (#1978) 2022-11-11 13:04:30 -08:00