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 bca284c commit d29ad73Copy full SHA for d29ad73
.github/workflows/continuous-integration.yml
@@ -25,8 +25,9 @@ jobs:
25
submodules: true
26
27
- name: Setup Java
28
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v2
29
with:
30
+ distribution: 'temurin'
31
java-version: 17
32
java-package: jdk
33
architecture: x64
@@ -723,8 +724,9 @@ jobs:
723
724
path: ${{github.workspace}}/src/main/resources
725
726
727
728
729
730
731
732
0 commit comments