dimas-b commented on code in PR #1283: URL: https://github.com/apache/polaris/pull/1283#discussion_r2056735541
########## .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: @eric-maynard : Could we do something like [this](https://github.com/projectnessie/nessie/blob/26cbf94d3a1584eb8df9a8302c278e594884490b/api/model/build.gradle.kts#L97)? (note: in Polaris java is generated from Open API spec, in Nessie - the other way around). -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org