Update test plugin

This commit is contained in:
Jason Penilla 2021-11-26 03:31:59 -08:00 committed by MiniDigger | Martin
parent a4d9687be8
commit 9ea33aa222
1 changed files with 2 additions and 2 deletions

View File

@ -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 {