From 655e85691d54566ae63f12fad9cc261eb3dbcc54 Mon Sep 17 00:00:00 2001 From: Sheepit Renderfarm Date: Fri, 10 Sep 2021 00:28:19 +0000 Subject: [PATCH] Java 11 is required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f59ce0..d8bfa06 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ SheepIt Render Farm Client is an *Open Source* client for the distributed render ## Compilation -You will need Java 1.8 or higher. (OpenJDK and Oracle are both supported). +You will need Java 11 or higher. (OpenJDK and Oracle are both supported). To create the jar file, simply type `./gradlew shadowJar` on linux/OSX and `gradlew.bat shadowJar` on Windows in the project's root directory. ## Usage