diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b61f5e8c..4eafff15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - jdk: [17, 21] + jdk: [21] runs-on: ${{ matrix.platform }} name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }} diff --git a/Jenkinsfile b/Jenkinsfile index a853a8c1..65064875 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ def configurations = [ [ platform: "linux", jdk: "21" ], - [ platform: "windows", jdk: "17" ] + [ platform: "windows", jdk: "21" ] ] buildPlugin(failFast: false, timeout: 90, configurations: configurations, diff --git a/pom.xml b/pom.xml index a666a793..408cadc3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jvnet.hudson.plugins analysis-pom - 11.2867.v81ec3848d647 + 11.2908.va_a_0dc7dddeb_1