We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e88920 commit 7dbced7Copy full SHA for 7dbced7
1 file changed
.github/workflows/release.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
19
- - name: Set up JDK 11
+ - name: Set up JDK 21
20
uses: actions/setup-java@v4
21
with:
22
- java-version: '11'
23
- distribution: 'temurin'
+ java-version: '21'
+ distribution: 'microsoft'
24
25
- name: Grant execute permission for gradlew
26
run: chmod +x gradlew
0 commit comments