We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8964ff2 commit d514d67Copy full SHA for d514d67
1 file changed
.github/workflows/main_primechecker.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/setup-java@v1
26
with:
27
java-version: ${{ env.JAVA_VERSION }}
28
+ distribution: temurin
29
30
- name: 'Restore Project Dependencies Using Mvn'
31
shell: bash
0 commit comments