mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-22 14:35:11 +01:00
Update test plugin
This commit is contained in:
parent
a4d9687be8
commit
9ea33aa222
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":Paper-API"))
|
||||
// compileOnly(project(":Paper-MojangAPI")) // todo
|
||||
compileOnly(project(":paper-api"))
|
||||
compileOnly(project(":paper-mojangapi"))
|
||||
}
|
||||
|
||||
tasks.processResources {
|
||||
|
|
Loading…
Reference in a new issue