mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 02:13:55 +00:00
Add vault API as a dependency
This commit is contained in:
parent
56a4681157
commit
f9fdbf3a2e
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,7 @@ repositories {
|
|||
}
|
||||
}
|
||||
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven {
|
||||
name 'minecraft'
|
||||
url 'https://libraries.minecraft.net'
|
||||
|
@ -64,6 +65,8 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
|
||||
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.2'
|
||||
implementation 'io.papermc:paperlib:1.0.8'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue