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

View File

@ -21,10 +21,10 @@ How to include the API with Maven:
How to include the API with Gradle: How to include the API with Gradle:
```groovy ```groovy
repositories { repositories {
maven { url 'https://jitpack.io' } maven { url 'https://ci.ender.zone/plugin/repository/everything/' }
} }
dependencies { dependencies {
compileOnly "com.github.MilkBowl:VaultAPI:1.7" compileOnly "net.milkbowl.vault:VaultAPI:1.7"
} }
``` ```