Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codegen task up to date checks aren't working #1228

Open
aajtodd opened this issue Feb 21, 2024 · 0 comments
Open

Codegen task up to date checks aren't working #1228

aajtodd opened this issue Feb 21, 2024 · 0 comments
Labels
bug This issue is a bug. chore p2 This is a standard priority issue

Comments

@aajtodd
Copy link
Collaborator

aajtodd commented Feb 21, 2024

Describe the bug

Running multiple builds without changing model files or code causes aws-config to regenerate and recompile which cascades to services having to be rebuilt.

Expected behavior

./gradlew assemble
./gradlew assemble

First invocation should compile everything, the second one should have all up-to-date checks work such that the world isn't rebuilt.

Current behavior

Recompiling everything that is a dependency of aws-config

Steps to Reproduce

See expected behavior

Possible Solution

Possibly a bug in our repo-tools smithybuild plugin, the setup of it in the SDK build, or in the smithy gradle plugin itself.

Context

No response

AWS Kotlin SDK version used

N/A

Platform (JVM/JS/Native)

N/A

Operating System and version

N/A

@aajtodd aajtodd added chore p2 This is a standard priority issue labels Feb 21, 2024
@lauzadis lauzadis added bug This issue is a bug. chore and removed chore labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. chore p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants