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