CI reporting with java 8

This commit is contained in:
anhefti 2021-04-12 17:35:17 +02:00
parent 2fda9d33bc
commit 836e087bf6

View file

@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn clean install -e -P let_reporting