mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 02:13:55 +00:00
Move the dependency down
This commit is contained in:
parent
6aef852bf4
commit
1981ef4276
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,6 @@ repositories {
|
||||||
includeModule("io.papermc.paper", "paper-api")
|
includeModule("io.papermc.paper", "paper-api")
|
||||||
includeModule("io.papermc", "paperlib")
|
includeModule("io.papermc", "paperlib")
|
||||||
includeModule("net.md-5", "bungeecord-chat")
|
includeModule("net.md-5", "bungeecord-chat")
|
||||||
includeModule("org.bukkit", "bukkit")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +66,6 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
|
|
||||||
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
||||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.2'
|
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.2'
|
||||||
implementation 'io.papermc:paperlib:1.0.8'
|
implementation 'io.papermc:paperlib:1.0.8'
|
||||||
|
@ -76,6 +74,7 @@ dependencies {
|
||||||
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
|
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
|
||||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
|
||||||
|
compileOnly "com.github.MilkBowl:VaultAPI:1.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue