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
|
- 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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user