From d4910094510d1a0d63cd741dfe822d5a13080d7f Mon Sep 17 00:00:00 2001 From: sekwah41 Date: Mon, 27 Aug 2018 00:53:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb96da9e..9566cf45 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Advanced Portals ![Build Status](https://travis-ci.org/Plugineers/Advanced-Porta ================

Build Instructions

(This part is mostly aimed for beginners in case they haven't seen a maven project) -

You must have maven installed then run "mvn clean install". Once the build is complete you will have a useable jar file in the folder named "target" listed as Advanced-Portals-x.x.x-snapshot.jar

+

You must have maven installed then run "gradle build". Once the build is complete you will have a useable jar file in the folder named "build/lib" listed as Advanced-Portals-x.x.x-snapshot.jar

Plugin Info

NOTE: This is the old version of Advanced Portals, look in the appropriate branch for the newer versions.