From 83e0d99f362ac93ba0d40114b4a5a1bb7e14e4f9 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 30 Sep 2024 17:23:33 +0200 Subject: [PATCH] Readme.md Signed-off-by: Stephan Richter --- Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Readme.md b/Readme.md index b8863db..32628de 100644 --- a/Readme.md +++ b/Readme.md @@ -47,6 +47,29 @@ As a result, the compiled jar has a size of less than 1.5 MB! ## build + + + + + + + + + +
DeutschEnglish
+ +Dies ist ein Gradle-Project. Um es zu compilieren brauchen Sie ein aktuelles Java-Development-Kit. + +Das Projekt kann durch Aufruf von `./gradlew build` in einem Terminal innerhalb des Wurzelverzeichnisses gebaut werden. + + + +This is a gradle project. To compile it, you should have a recent version of a Java Development Kit installed. + +Build the project by launching `./gradlew build` in a terminal while being in the root folder of the project. + +
+ This is a gradle project. To compile it, you should have a recent version of a Java Development Kit installed. Build the project by launching `./gradlew build` in a terminal while being in the root folder of the project.