Skip to content

Commit 519a932

Browse files
soloturnclaude
andcommitted
Raise published jar's minimum Java from 17 to 21
Debian stable (trixie) now ships OpenJDK 21 by default, so 17 is no longer the floor needed for broadest platform support. See #2055. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 27af93b commit 519a932

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919
java: [26]
20-
include: # test old java on one os only, upload from ubuntu java-17
20+
include: # test old java on one os only, upload from ubuntu java-21
2121
- os: ubuntu-latest
22-
java: 17
22+
java: 21
2323
upload: true
2424

2525
steps:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Download `ripme.jar` from the [latest release](https://github.com/ripmeapp/ripme
1919

2020
## Minimum Requirements
2121

22-
Requires Java 17 or later to run. RipMe has been tested on and is confirmed working on Windows, Linux, and Mac.
22+
Requires Java 21 or later to run. RipMe has been tested on and is confirmed working on Windows, Linux, and Mac.
2323

24-
Java 17 is the most modern possible Java version that allows us to support the most platforms. See [thread](https://github.com/RipMeApp/ripme/pull/2057#issuecomment-2571472016).
24+
Java 21 is the most modern possible Java version that allows us to support the most platforms; it's the default JDK on current Debian stable. See [thread](https://github.com/RipMeApp/ripme/pull/2057#issuecomment-2571472016) and [issue #2055](https://github.com/RipMeApp/ripme/issues/2055).
2525

2626
## Supported Sites
2727

0 commit comments

Comments
 (0)