Log jdk version #2
This commit is contained in:
parent
af5f6f6e57
commit
952c9dc6ef
8
.github/workflows/maven-publish.yml
vendored
8
.github/workflows/maven-publish.yml
vendored
@ -29,10 +29,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
maven-version: '3.9.9'
|
maven-version: '3.9.9'
|
||||||
|
|
||||||
|
- name: Print JDK version
|
||||||
|
run: |
|
||||||
|
echo "Installing JDK version: $JAVA_VERSION"
|
||||||
|
env:
|
||||||
|
JAVA_VERSION: ${{ secrets.JAVA_VERSION }}
|
||||||
|
|
||||||
- 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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user