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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK 11 - name: Set up JDK 8
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: '11' java-version: '8'
distribution: 'adopt' distribution: 'adopt'
- name: Build with Maven - name: Build with Maven
run: mvn clean install -e -P let_reporting run: mvn clean install -e -P let_reporting