Thanks to visit codestin.com Credit goes to github.com
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 b2cb017 commit 1ed084cCopy full SHA for 1ed084c
.github/workflows/main.yml
@@ -38,6 +38,7 @@ jobs:
38
if: ${{ matrix.jdk != '8' }}
39
uses: actions/setup-java@v2
40
with:
41
+ distribution: 'temurin'
42
java-version: ${{ matrix.jdk }}
43
- name: Install
44
# download dependencies, etc, so test log looks better
0 commit comments