Skip to content

Commit 63e7c5b

Browse files
author
Dennis Labordus
committed
Fixed Github Actions.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 32a485b commit 63e7c5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/[email protected]
1919
with:
2020
distribution: 'zulu'
21-
java-version: 1.11
21+
java-version: '11'
2222
- name: Create custom Maven Settings.xml
2323
uses: whelk-io/maven-settings-xml-action@v18
2424
with:

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121
with:
2222
distribution: 'zulu'
23-
java-version: 1.11
23+
java-version: '11'
2424
- name: Cache SonarCloud packages
2525
uses: actions/cache@v1
2626
with:

0 commit comments

Comments
 (0)