[ci] Display used java version in github action

This commit is contained in:
Andreas Dangel
2020-10-26 20:15:07 +01:00
parent edc33e6927
commit 398305144d

View File

@ -27,4 +27,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with mvnw
run: |
./mvnw clean install
./mvnw -V clean install