From 9eaa0d02fc049fa0007f4e18d894f5651774580d Mon Sep 17 00:00:00 2001 From: Lenni0451 <20379977+Lenni0451@users.noreply.github.com> Date: Sun, 22 Jan 2023 19:08:15 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2cbf5c7..a770829 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ If you want to download the latest (maybe unstable build) refer to my [Jenkins s To Add this as a dependency add this to your project: -# -## Gradle +### Gradle ````` groovy repositories { maven { url "https://maven.lenni0451.net/releases" } @@ -27,9 +26,8 @@ dependencies { implementation("net.lenni0451:SpigotPluginManager:2.7.2") // Update version } ````` -# -## Maven +### Maven `````xml @@ -45,7 +43,7 @@ dependencies { ````` -# + ## Building First of all make sure you set ``updatable`` to ``false`` in the ``gradle.properties`` file if it is not already. This will prevent SpigotPluginManager from updating itself on startup.\ To build SpigotPluginManager yourself you just need to run ``gradlew build`` in the project root.\