Log jdk version
This commit is contained in:
parent
28d4f03b42
commit
af5f6f6e57
3
.github/workflows/maven-publish.yml
vendored
3
.github/workflows/maven-publish.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user