We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201a4d1 commit 516d9e3Copy full SHA for 516d9e3
2 files changed
README.md
@@ -62,7 +62,7 @@ Download the `archive.zip` from the [latest release](https://github.com/project5
62
63
#### Requirements
64
65
-- Java 11 or higher
+- Java 17 or higher
66
67
#### How to Run
68
app/build.gradle
@@ -44,7 +44,7 @@ tasks.withType(JavaCompile) {
44
// Changed from 8 to 11 to support TeaVM for web deployment.
45
// TeaVM 0.10.2+ requires Java 11 as minimum target.
46
// This change affects the minimum JRE required to run the JAR.
47
- options.release.set(11)
+ options.release.set(17)
48
}
49
50
application {
0 commit comments