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 17e1e0c commit d7dae8dCopy full SHA for d7dae8d
.github/workflows/ci.yml
@@ -216,13 +216,12 @@ jobs:
216
with:
217
fetch-depth: 0
218
219
- - name: Set up JDK
+ - name: Set up JDK 17
220
uses: actions/setup-java@v4
221
222
- java-version: '11'
223
- distribution: 'adopt'
224
- architecture: x64
225
- cache: maven
+ distribution: 'temurin'
+ java-version: '17'
+ cache: 'maven'
226
227
- name: Set up Python
228
uses: actions/setup-python@v5
0 commit comments