eric-maynard commented on code in PR #1283:
URL: https://github.com/apache/polaris/pull/1283#discussion_r2056939756
##########
.github/workflows/gradle.yml:
##########
@@ -57,10 +57,10 @@ jobs:
validate-wrappers: false
- name: Code style checks and tests
- run: ./gradlew --continue check
+ run: ./gradlew --continue check --no-build-cache
Review Comment:
Yeah, probably there is a more clever way of achieving this, I am certainly
not committed to the current approach if a better alternative appears
> imperative deletes cause work all the time
Agreed that this is a problem -- but the "work" for `openApiGenerate` is
very small. We can also undo the cache change later if it's not needed. It
appears that, at least, it (or some better alternative) is needed at least on
the PR that adds the spec change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]