We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7089a8d commit 2a8be13Copy full SHA for 2a8be13
.github/workflows/check-build.yml
@@ -121,7 +121,7 @@ jobs:
121
uses: actions/setup-java@v4
122
with:
123
distribution: 'temurin'
124
- java-version: '17'
+ java-version: '21'
125
- name: "Check for memory leaks"
126
if: ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.check-for-memory-leaks == 'true' }}
127
working-directory: sample-groovy
0 commit comments