mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Change to relative path for target folders
This commit is contained in:
parent
9962be1231
commit
d8c30a2efa
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
/bin/
|
||||
/target/
|
||||
target/
|
||||
|
||||
/.idea/
|
||||
*.iml
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user