We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ff137 commit 3dc6a64Copy full SHA for 3dc6a64
1 file changed
.github/workflows/build.yml
@@ -43,12 +43,12 @@ jobs:
43
token: ${{ github.token }}
44
module_name: ${{ env.MODULE_NAME }}
45
46
- - name: Set up JDK
+ - name: Set up JDK (match local JDK distribution/version)
47
id: setup-java
48
if: steps.filter.outputs.code == 'true' || github.event_name == 'release' || github.event_name == 'workflow_dispatch'
49
uses: actions/setup-java@v4
50
with:
51
- distribution: 'temurin'
+ distribution: 'microsoft'
52
java-version: '17'
53
54
- name: Build
0 commit comments