We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d23660 commit 928e0ddCopy full SHA for 928e0dd
.github/workflows/master.yml
@@ -26,6 +26,7 @@ jobs:
26
- name: Set up JDK
27
uses: actions/setup-java@v3
28
with:
29
+ distribution: 'oracle'
30
java-version: ${{ matrix.java }}
31
- name: Build, test (no integration) and Sonarqube analyse
32
env:
.github/workflows/pull_request.yml
@@ -29,6 +29,7 @@ jobs:
33
34
- name: Build, test and integration test
35
run: mvn verify --no-transfer-progress
0 commit comments