From aa57445eac0cf39e49a822d41f52de5031befa6c Mon Sep 17 00:00:00 2001 From: Damian Szczepanik Date: Wed, 10 Apr 2024 23:01:42 +0200 Subject: [PATCH] Restores sonarcloud code coverage metrics --- .github/workflows/sonarcloud.yml | 4 ++-- pom.xml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f8d5ffc..fa97252 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: 17 distribution: adopt diff --git a/pom.xml b/pom.xml index debe0c2..87036a8 100644 --- a/pom.xml +++ b/pom.xml @@ -168,8 +168,10 @@ maven-surefire-plugin 3.2.5 - + + ${argLine} --add-opens java.base/java.lang=ALL-UNNAMED