From b15221753a2eb2988a4366dc2f3d22289930bc91 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 3 Apr 2024 16:09:08 +0200 Subject: [PATCH] fixed reporting for Java 17 --- .github/workflows/buildReporting.yml | 2 +- pom.xml | 33 ++++++---------------------- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/.github/workflows/buildReporting.yml b/.github/workflows/buildReporting.yml index 28aa6e18..4595f736 100644 --- a/.github/workflows/buildReporting.yml +++ b/.github/workflows/buildReporting.yml @@ -33,7 +33,7 @@ jobs: name: Checkout repository uses: actions/checkout@v4 - - name: Set up JDK 8 + name: Build Test Reporting uses: actions/setup-java@v4 with: java-version: '17' diff --git a/pom.xml b/pom.xml index 3ce55ffd..84efc0d0 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ let_reporting - 1.8 + 17 @@ -79,8 +79,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + ${java.version} + UTF-8 @@ -89,6 +89,9 @@ maven-surefire-plugin UTF-8 + + UTF-8 + @@ -100,7 +103,6 @@ org.apache.maven.plugins maven-pmd-plugin - 3.10.0 false false @@ -119,27 +121,6 @@ - com.github.spotbugs spotbugs-maven-plugin @@ -163,7 +144,7 @@ org.jacoco jacoco-maven-plugin - 0.8.3 + 0.8.12 prepare-agent