From 91428543c222fd11f7739cc2e6cfb5a476b8f245 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Mon, 21 Apr 2025 18:40:50 +0200 Subject: [PATCH] fixing gradle input --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 2fd5ad3..2b4b1c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,6 +39,10 @@ application { applicationName = "3DChess" } +run { + standardInput = System.in +} + jar { manifest { attributes 'Main-Class': application.mainClass