Skip to content

Commit 516d9e3

Browse files
committed
17 min
1 parent 201a4d1 commit 516d9e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Download the `archive.zip` from the [latest release](https://github.com/project5
6262

6363
#### Requirements
6464

65-
- Java 11 or higher
65+
- Java 17 or higher
6666

6767
#### How to Run
6868

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks.withType(JavaCompile) {
4444
// Changed from 8 to 11 to support TeaVM for web deployment.
4545
// TeaVM 0.10.2+ requires Java 11 as minimum target.
4646
// This change affects the minimum JRE required to run the JAR.
47-
options.release.set(11)
47+
options.release.set(17)
4848
}
4949

5050
application {

0 commit comments

Comments
 (0)