adutra commented on code in PR #1897:
URL: https://github.com/apache/polaris/pull/1897#discussion_r2145585361
##########
.github/workflows/gradle.yml:
##########
@@ -33,65 +33,111 @@ on:
branches: [ "main" ]
jobs:
- build:
+ style-checks:
+ name: Code Style & Publishing Checks
runs-on: ubuntu-latest
permissions:
contents: read
-
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- - name: Set up JDK 21
+ - name: Set up JDK 23
Review Comment:
Oh sorry that wasn't my intention. I can set the "Style check" job to 21,
would that be enough? If not, I'm afraid we'd need a matrix job.
Also, tbh we should upgrade 23 to 24 but I don't want to introduce any
unwanted changes in this PR.
--
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]