From ffe79ed618ed2f033f7f6c2068bf9343f5f2f3c7 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Tue, 3 Nov 2020 23:13:44 +0100 Subject: [PATCH] Fix maven build instructions Maven javafx:run fails because of java 15. This commit also removes some maven stuff, which is not needed anymore --- .mvn/jvm.config | 1 + ReadMe.md | 2 +- pom.xml | 27 +++------------------------ 3 files changed, 5 insertions(+), 25 deletions(-) create mode 100644 .mvn/jvm.config diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 000000000..55822a0b7 --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--enable-preview diff --git a/ReadMe.md b/ReadMe.md index 6f6420012..b89f22cfb 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -77,7 +77,7 @@ We are almost ready to release a beta once !8 is merged. 2. Clone this repo (`git clone https://gitlab.bixilon.de/bixilon/minosoft.git`) 3. Change directory (`cd minosoft`) 4. Checkout the branch (`git checkout `). Probably `render` -5. Run Minosoft with `mvn javafx:run`. If any errors occur, feel free to open an issue. In this early stage it might be helpful +5. Build and run Minosoft with `mvn clean verify exec:java`. If any errors occur, feel free to open an issue. In this early stage it might be helpful to delete the app data folder (only of minosoft). diff --git a/pom.xml b/pom.xml index 679ef4dc2..71fb70eee 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ -