From 9307d5721b7e757daea87434f10fa1d26ca4d1d2 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 9 Dec 2022 23:05:13 +0600 Subject: Fixed the logo and changed JDK version 17 to 11 cuz 11 version runs perfectly --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8a9d7de..c6495d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- Maxon Petting Simulator
+ Maxon Petting Simulator
wakatime @@ -11,7 +11,7 @@ Maxon Petting Simulator source code release. The game is built in Java and uses > If you have any questions or issues, submit them on [Issues](https://github.com/notdankenough/maxonpettingsim/issues)! ## Building -To compile this project you will need [JDK 17](https://adoptium.net/). Copy the repository and open it via the terminal and do what you need: +To compile this project you will need [JDK 11](https://adoptium.net/). Copy the repository and open it via the terminal and do what you need: ### Game (For desktop): *Running*: `./gradlew desktop:run`
*Building*: `./gradlew desktop:dist` -- cgit v1.2.3