From d8c30a2efa6643c22bf1e83b46bb4535cb938b52 Mon Sep 17 00:00:00 2001 From: Flowsqy <47575244+Flowsqy@users.noreply.github.com> Date: Mon, 27 Dec 2021 17:21:36 +0100 Subject: [PATCH] Change to relative path for target folders --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b407cd..d717d44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /bin/ -/target/ +target/ /.idea/ *.iml diff --git a/README.md b/README.md index b23b5d1..0f23176 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can find the javadoc here: https://epicericee.github.io/ShopChest/javadoc/ ## Build Clone this repository and use ``sh lib/install_local_depedencies.sh`` to import local dependencies. Use ``mvn clean package`` or ``mvn clean install``. -After the build succeeded, the ShopChest.jar is found in the ``/target/`` folder. +After the build succeeded, the ShopChest.jar is found in the ``/plugin/target/`` folder. ## Issues If you find any issues, please provide them in the [Issues Section](https://github.com/EpicEricEE/ShopChest/issues) with a good description of how to reproduce it. If you get any error messages in the console, please also provide them.