Merge remote-tracking branch 'origin/main' into 3.1.x

This commit is contained in:
Olga MaciaszekSharma
2021-07-09 12:03:00 +02:00
11 changed files with 200 additions and 112 deletions

View File

@@ -32,4 +32,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: ./mvnw clean install -B -U
run: ./mvnw clean install -B -U -P sonar
- uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true