Log jdk version

This commit is contained in:
Marko Frankovic 2025-03-20 09:23:36 +01:00
parent 28d4f03b42
commit af5f6f6e57

View File

@ -31,9 +31,12 @@ jobs:
- name: Set up JDK - name: Set up JDK
uses: actions/setup-java@v4 uses: actions/setup-java@v4
run: |
echo "Installing JDK version: ${{ secrets.JAVA_VERSION }}"
with: with:
java-version: '${{ secrets.JAVA_VERSION }}' java-version: '${{ secrets.JAVA_VERSION }}'
distribution: 'corretto' distribution: 'corretto'
cache: maven
- name: Create Maven settings - name: Create Maven settings
run: | run: |