We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bd8a5 commit 19b6960Copy full SHA for 19b6960
.github/workflows/CI.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Setup Java ${{ matrix.java }}
39
uses: actions/setup-java@v4
40
with:
41
+ distribution: 'corretto'
42
java-version: ${{ matrix.java }}
43
44
- name: Run build
0 commit comments