eric-maynard commented on code in PR #610:
URL: https://github.com/apache/polaris/pull/610#discussion_r1918971969
##########
.github/workflows/helm.yml:
##########
@@ -43,6 +43,12 @@ jobs:
with:
fetch-depth: 0
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
+ with:
+ java-version: '21'
+ distribution: 'temurin'
Review Comment:
If I'm not mistaken this is a different JDK than the one we used previously
--
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]