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