From b871257a79b6353013f143023efb0a8bd8e644ee Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Fri, 24 May 2024 09:48:53 +0200 Subject: [PATCH] Bring back JDK 11 build compatibility. #246 --- .github/workflows/on-commit.yml | 4 ++-- versions.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index 0dd36b2d..a3a7994c 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - java: [ '17', '21' ] + java: [ '11', '21' ] steps: - name: Git checkout @@ -42,5 +42,5 @@ jobs: if: failure() uses: actions/upload-artifact@v4 with: - name: failed-test-outputs + name: failed-test-outputs-${{ matrix.java }} path: '**/OUTPUT-*.txt' diff --git a/versions.toml b/versions.toml index e186a856..f3c8af87 100644 --- a/versions.toml +++ b/versions.toml @@ -7,7 +7,7 @@ fastutil = "8.5.13" # @keep This is GJF version for spotless/ tidy. googleJavaFormat = "1.22.0" # @keep spotless formatting of groovy/gradle files -greclipse = "4.27" +greclipse = "4.26" # @keep This is the project's version. hppcVersion = "0.10.0-SNAPSHOT" jgit = "6.9.0.202403050737-r" @@ -36,7 +36,7 @@ velocity = { module = "org.apache.velocity:velocity-engine-core", version.ref = [plugins] benmanes-versions = "com.github.ben-manes.versions:0.51.0" -dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.7" +dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.9" forbiddenapis = "de.thetaphi.forbiddenapis:3.7" jmh = "me.champeau.jmh:0.7.2" randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"