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 fe121c5 commit 7b3821cCopy full SHA for 7b3821c
.github/workflows/ci.yml
@@ -13,10 +13,11 @@ jobs:
13
# steps:
14
# - name: Git checkout
15
# uses: actions/checkout@v3
16
- # - name: Use Java 11
17
- # uses: actions/setup-java@v1
+ # - name: Use Java 17
+ # uses: actions/setup-java@v3
18
# with:
19
- # java-version: 11
+ # java-version: 17
20
+ # distribution: 'zulu'
21
# - name: SonarCloud Scan
22
# uses: jason-fox/sonarcloud-action@master
23
# env:
0 commit comments