Skip to content

Commit 8e14f1f

Browse files
committed
Update Java version in readme.
1 parent 006c378 commit 8e14f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![License](https://img.shields.io/github/license/jplag/jplag.svg)](https://github.com/jplag/jplag/blob/main/LICENSE)
1010
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/jplag/JPlag)](https://github.com/jplag/JPlag/pulse)
1111
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=jplag_JPlag&metric=coverage)](https://sonarcloud.io/component_measures?metric=Coverage&view=list&id=jplag_JPlag)
12-
[![Java Version](https://img.shields.io/badge/java-SE%2021-yellowgreen)](#download-and-installation)
12+
[![Java Version](https://img.shields.io/badge/java-SE%2025-yellowgreen)](#download-and-installation)
1313

1414

1515
JPlag finds pairwise similarities among a set of multiple programs. It can reliably detect software plagiarism and collusion in software development, even when obfuscated. All similarities are calculated locally; no source code or plagiarism results are ever uploaded online. JPlag supports a large number of languages.
@@ -29,7 +29,7 @@ All supported languages and their supported versions are listed below.
2929

3030
| Language | Version | CLI Argument Name | [state](https://github.com/jplag/JPlag/wiki/2.-Supported-Languages) | parser |
3131
|--------------------------------------------------------|---------------------------------------------------------------------------------------:|-------------------|:-------------------------------------------------------------------:|:---------:|
32-
| [Java](https://www.java.com) | 21 | java | mature | JavaC |
32+
| [Java](https://www.java.com) | 25 | java | mature | JavaC |
3333
| [C](https://isocpp.org) | 11 | c | legacy | JavaCC |
3434
| [C++](https://isocpp.org) | 14 | cpp | mature | ANTLR 4 |
3535
| [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) | 6 | csharp | mature | ANTLR 4 |
@@ -51,7 +51,7 @@ All supported languages and their supported versions are listed below.
5151
| Multi-Language | - | multi | alpha | - |
5252

5353
## Download and Installation
54-
You need Java SE 21 to run or build JPlag.
54+
You need Java SE 25 to run or build JPlag.
5555

5656
### Downloading a release
5757
* Download a [released version](https://github.com/jplag/jplag/releases).

0 commit comments

Comments
 (0)