Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 2f84e5f

Browse files
Updating Java version
1 parent 26f14e8 commit 2f84e5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
17+
- name: Setup java
18+
uses: actions/setup-java@v1
19+
with:
20+
java-version: '11'
1821
- name: Install dependencies
1922
run: |
2023
wget https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.3.0.1492.zip

0 commit comments

Comments
 (0)