From 9cbe304ca4f56037522195a8e1c843d0b11d089e Mon Sep 17 00:00:00 2001 From: Amit Kumar Deohoria Date: Wed, 16 Jul 2025 22:02:07 +0530 Subject: [PATCH] Issue #564: Migrate repo to jdk17 --- .github/workflows/sonar-checkstyle-workflows.yml | 8 ++++---- config/pmd.xml | 2 +- pom.xml | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/sonar-checkstyle-workflows.yml b/.github/workflows/sonar-checkstyle-workflows.yml index 6a13aade..a1316092 100644 --- a/.github/workflows/sonar-checkstyle-workflows.yml +++ b/.github/workflows/sonar-checkstyle-workflows.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 4 matrix: - java-version: ['11', '17'] + java-version: '17' steps: - uses: actions/checkout@v4 @@ -31,10 +31,10 @@ jobs: # runs-on: ubuntu-latest # steps: # - uses: actions/checkout@v2 -# - name: Set up JDK 11 +# - name: Set up JDK 17 # uses: actions/setup-java@v1 # with: -# java-version: 11 +# java-version: 17 # - name: run integration tests # run: "./.ci/ci.sh integration-tests" @@ -44,7 +44,7 @@ jobs: strategy: max-parallel: 4 matrix: - java-version: ['11', '17'] + java-version: '17' steps: - uses: actions/checkout@v4 diff --git a/config/pmd.xml b/config/pmd.xml index de9076e2..0fef26e2 100644 --- a/config/pmd.xml +++ b/config/pmd.xml @@ -135,7 +135,7 @@ Fields, local variables, or parameter names that are very short are not helpful to the reader. diff --git a/pom.xml b/pom.xml index 65efd021..9d159372 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${maven.sevntu.checkstyle.plugin.checkstyle.version}/config/checkstyle-sevntu-checks.xml ${project.build.outputDirectory}/sevntu.cache 0.8.10 - 11 + 17 UTF-8 true @@ -445,7 +445,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.13.0 + 3.27.0 false ${maven.compiler.release} @@ -470,22 +470,22 @@ net.sourceforge.pmd pmd-java - 6.6.0 + 7.15.0 net.sourceforge.pmd pmd-core - 6.6.0 + 7.15.0 net.sourceforge.pmd pmd-javascript - 6.6.0 + 7.15.0 net.sourceforge.pmd pmd-jsp - 6.6.0 + 7.15.0