mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-14 03:14:53 -05:00
Fix builds not working
This commit is contained in:
parent
031de7abb1
commit
0e240d3c00
1 changed files with 9 additions and 0 deletions
|
@ -65,6 +65,15 @@ paperweight {
|
|||
|
||||
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
|
||||
serverOutputDir.set(layout.projectDirectory.dir("Scissors-Server"))
|
||||
|
||||
patchTasks {
|
||||
register("generatedApi") {
|
||||
isBareDirectory.set(true)
|
||||
upstreamDirPath.set("paper-api-generator/generated")
|
||||
patchDir.set(layout.projectDirectory.dir("patches/generatedApi"))
|
||||
outputDir.set(layout.projectDirectory.dir("paper-api-generator/generated"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue