We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d822c commit 2d0a607Copy full SHA for 2d0a607
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up JDK
25
uses: actions/setup-java@v4
26
with:
27
- java-version: '17'
+ java-version: '21'
28
distribution: 'corretto'
29
cache: gradle
30
.github/workflows/internal-test-release.yml
@@ -23,7 +23,7 @@ jobs:
23
0 commit comments