Java version param #3

This commit is contained in:
Marko Frankovic 2025-03-13 13:14:43 +01:00
parent 6f591fd024
commit c508324a98
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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