From bca57c11b05d8cfa12d7434b6ee9ce9e2bf787af Mon Sep 17 00:00:00 2001 From: robertlit <53221780+robertlit@users.noreply.github.com> Date: Tue, 28 Apr 2020 18:35:05 +0300 Subject: [PATCH] Update Gradle repository and dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8b6b84..120aef2 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ How to include the API with Maven: How to include the API with Gradle: ```groovy repositories { - maven { url 'https://jitpack.io' } + maven { url 'https://ci.ender.zone/plugin/repository/everything/' } } dependencies { - compileOnly "com.github.MilkBowl:VaultAPI:1.7" + compileOnly "net.milkbowl.vault:VaultAPI:1.7" } ```