X Tutup
Skip to content

Commit 928e0dd

Browse files
committed
Fixing gh workflow issue after upgrading setup-java
1 parent 6d23660 commit 928e0dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Set up JDK
2727
uses: actions/setup-java@v3
2828
with:
29+
distribution: 'oracle'
2930
java-version: ${{ matrix.java }}
3031
- name: Build, test (no integration) and Sonarqube analyse
3132
env:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Set up JDK
3030
uses: actions/setup-java@v3
3131
with:
32+
distribution: 'oracle'
3233
java-version: ${{ matrix.java }}
3334
- name: Build, test and integration test
3435
run: mvn verify --no-transfer-progress

0 commit comments

Comments
 (0)
X Tutup