Java version param #4

This commit is contained in:
Marko Frankovic 2025-03-13 13:17:12 +01:00
parent c508324a98
commit 44ab40c6e3
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.JAVA_VERSION }} java-version: '${{ secrets.JAVA_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.JAVA_VERSION }} java-version: '${{ secrets.JAVA_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.JAVA_VERSION }} java-version: '${{ secrets.JAVA_VERSION }}'
distribution: 'corretto' distribution: 'corretto'
cache: maven cache: maven