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 a718a2f commit 46392d3Copy full SHA for 46392d3
.github/workflows/main.yml
@@ -29,6 +29,8 @@ jobs:
29
timeout-minutes: 10
30
uses: actions/setup-java@v4
31
with:
32
+ java-version: '17'
33
+ distribution: 'temurin'
34
arguments: build --no-daemon
35
- name: Upload test reports
36
uses: actions/upload-artifact@v4
0 commit comments