Java version param #2

This commit is contained in:
Marko Frankovic 2025-03-13 13:02:31 +01:00
parent 983f6e7061
commit 6f591fd024
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: ${{ secrets.NODE_VERSION }} java-version: '${{ secrets.NODE_VERSION }}'
distribution: 'corretto' distribution: 'corretto'
cache: maven cache: maven

View File

@ -34,7 +34,7 @@ jobs:
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: ${{ secrets.NODE_VERSION }} java-version: '${{ secrets.NODE_VERSION }}'
distribution: 'corretto' distribution: 'corretto'
cache: maven cache: maven

View File

@ -31,7 +31,7 @@ jobs:
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
java-version: ${{ secrets.NODE_VERSION }} java-version: '${{ secrets.NODE_VERSION }}'
distribution: 'corretto' distribution: 'corretto'
cache: maven cache: maven