Update Gradle repository and dependency

This commit is contained in:
robertlit 2020-04-28 18:35:05 +03:00 committed by GitHub
parent 6395e5ffa2
commit bca57c11b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}
```