From 320eb064eec1ddf31f78ec82b25435791b2af72f Mon Sep 17 00:00:00 2001 From: Flowsqy <47575244+Flowsqy@users.noreply.github.com> Date: Wed, 29 Dec 2021 13:38:00 +0100 Subject: [PATCH] Remove "cd .." in install_local_dependencies.sh to be coherent with README.md --- lib/install_local_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/install_local_dependencies.sh b/lib/install_local_dependencies.sh index 1de980a..89364d9 100644 --- a/lib/install_local_dependencies.sh +++ b/lib/install_local_dependencies.sh @@ -1,2 +1 @@ -cd .. mvn -N install:install-file -Dfile=lib/IslandWorld-8.5.jar -DgroupId=pl.gnacik.islandworld -DartifactId=IslandWorld -Dversion=8.5 -Dpackaging=jar -DgeneratePom=true \ No newline at end of file