Skip to content

Commit 04fde1e

Browse files
CI: build on JDK 25; update Gradle to 9.4.1
Gradle 9 is required for JDK 25 and now needs the JUnit Platform launcher declared explicitly. The CI matrix moves to 17/21/25 (Gradle 9 requires JDK 17+ to run; the library still targets Java 11). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 940b23a commit 04fde1e

219 files changed

Lines changed: 12363 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
jdk: [11, 17, 21]
9+
jdk: [17, 21, 25]
1010

1111
runs-on: ubuntu-latest
1212

17 Bytes
Binary file not shown.
18.2 KB
Binary file not shown.
18.2 KB
Binary file not shown.
18.3 KB
Binary file not shown.
18.4 KB
Binary file not shown.

.gradle/8.8/dependencies-accessors/gc.properties

Whitespace-only changes.
93.2 KB
Binary file not shown.
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)