You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may find binaries available for download, for Windows, Mac and Linux, with Java bundled in (using Java 11 jlink custom images). The ZIP files come with a binary that will start the game with the bundled optimized/trimmed JVM with only the needed modules, making the binaries extremely small comparably with the normal JRE download size.
11
11
@@ -18,11 +18,18 @@ Check below the list of releases, and download the corresponding binary to your
18
18
19
19
## Building and running
20
20
21
-
You will need [OpenJDK 11](http://jdk.java.net/11/) (or newer) and [Gradle](https://gradle.org/)installed to build and run the project:
21
+
You will need [OpenJDK 11](http://jdk.java.net/11/) (or newer) installed to build and run the project:
22
22
23
23
```bash
24
-
gradlew build
25
-
gradlew run
24
+
./gradlew run
25
+
```
26
+
27
+
### Create a distribution to your operating system (Windows, Linux, or Mac OS)
0 commit comments