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 47b2de8 commit c4c273cCopy full SHA for c4c273c
1 file changed
.github/workflows/CI.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: actions/setup-java@v5.0.0
17
with:
18
java-version: 17
19
+ distribution: microsoft
20
- name: Building the code
21
run: |
22
mvn --batch-mode --update-snapshots verify
0 commit comments