Skip to content

Commit b871257

Browse files
committed
Bring back JDK 11 build compatibility. #246
1 parent 6a2913d commit b871257

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/on-commit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest ]
20-
java: [ '17', '21' ]
20+
java: [ '11', '21' ]
2121

2222
steps:
2323
- name: Git checkout
@@ -42,5 +42,5 @@ jobs:
4242
if: failure()
4343
uses: actions/upload-artifact@v4
4444
with:
45-
name: failed-test-outputs
45+
name: failed-test-outputs-${{ matrix.java }}
4646
path: '**/OUTPUT-*.txt'

versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fastutil = "8.5.13"
77
# @keep This is GJF version for spotless/ tidy.
88
googleJavaFormat = "1.22.0"
99
# @keep spotless formatting of groovy/gradle files
10-
greclipse = "4.27"
10+
greclipse = "4.26"
1111
# @keep This is the project's version.
1212
hppcVersion = "0.10.0-SNAPSHOT"
1313
jgit = "6.9.0.202403050737-r"
@@ -36,7 +36,7 @@ velocity = { module = "org.apache.velocity:velocity-engine-core", version.ref =
3636

3737
[plugins]
3838
benmanes-versions = "com.github.ben-manes.versions:0.51.0"
39-
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.7"
39+
dependencychecks = "com.carrotsearch.gradle.dependencychecks:0.0.9"
4040
forbiddenapis = "de.thetaphi.forbiddenapis:3.7"
4141
jmh = "me.champeau.jmh:0.7.2"
4242
randomizedtesting = "com.carrotsearch.gradle.randomizedtesting:0.0.6"

0 commit comments

Comments
 (0)