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 @@ -