Log jdk version
This commit is contained in:
@@ -31,9 +31,12 @@ jobs:
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
run: |
|
||||
echo "Installing JDK version: ${{ secrets.JAVA_VERSION }}"
|
||||
with:
|
||||
java-version: '${{ secrets.JAVA_VERSION }}'
|
||||
distribution: 'corretto'
|
||||
cache: maven
|
||||
|
||||
- name: Create Maven settings
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user