Skip to content

Commit

Permalink
๐Ÿ“š Add Gradle-JVM hint
Browse files Browse the repository at this point in the history
  • Loading branch information
TobseF committed Jul 5, 2019
1 parent d48264c commit 06c6e90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Screenshot](https://tobsef.github.io/HitKlack/images/readme/screenshot_device.jpg)


### [๐ŸŒ Website](https://tobsef.github.io/HitKlack/)
### [๐ŸŒ Official Website](https://tobsef.github.io/HitKlack/)

### [๐Ÿ•น Instant Play - Web](https://tobsef.github.io/HitKlack/webstart/index.html)

Expand All @@ -22,9 +22,12 @@ You can find my older version based on the [LibGDX](https://libgdx.badlogicgames

# Build & Run

To build and run you need at least **Gradle 5.1**:
To build and run you need at least **Gradle 5.1**:

For Windows, change all the `./gradlew` for `gradlew.bat`.
Check that Gradle is running with a `1.8 JVM`:
In IntelliJ _Settings/Build, Execution, Deployment > Build Tools/Gradle > **Gradle JVM**_

For _Windows_, change all the `./gradlew` for `gradlew.bat`.

The inital setup is bases on the [korge-hello-world template](https://github.com/korlibs/korge-hello-world).

Expand Down

0 comments on commit 06c6e90

Please sign in to comment.